Searched refs:futex_phash_new (Results 1 – 2 of 2) sorted by relevance
240 WARN_ON_ONCE(mm->futex_phash_new); in __futex_pivot_hash()246 mm->futex_phash_new = new; in __futex_pivot_hash()266 fph = mm->futex_phash_new; in futex_pivot_hash()268 mm->futex_phash_new = NULL; in futex_pivot_hash()1726 mm->futex_phash_new = NULL; in futex_mm_init()1739 kvfree(mm->futex_phash_new); in futex_hash_free()1751 if (!mm->futex_phash_new) in futex_pivot_pending()1841 new = mm->futex_phash_new; in futex_hash_allocate()1842 mm->futex_phash_new = NULL; in futex_hash_allocate()1852 mm->futex_phash_new = new; in futex_hash_allocate()
1227 struct futex_private_hash *futex_phash_new; member