Lines Matching defs:mmph
201 struct futex_mm_phash *mmph = &mm->futex.phash;
204 WARN_ON_ONCE(mmph->hash_new);
206 fph = rcu_dereference_protected(mmph->hash, lockdep_is_held(&mmph->lock));
209 mmph->hash_new = new;
217 mmph->batches = get_state_synchronize_rcu();
218 rcu_assign_pointer(mmph->hash, new);
1804 struct futex_mm_phash *mmph = &mm->futex.phash;
1807 guard(mutex)(&mmph->lock);
1809 if (!mmph->hash_new)
1812 fph = rcu_dereference_raw(mmph->hash);