Home
last modified time | relevance | path

Searched refs:futex_phash_new (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/futex/
H A Dcore.c240 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()
1723 mm->futex_phash_new = NULL; in futex_mm_init()
1736 kvfree(mm->futex_phash_new); in futex_hash_free()
1748 if (!mm->futex_phash_new) in futex_pivot_pending()
1838 new = mm->futex_phash_new; in futex_hash_allocate()
1839 mm->futex_phash_new = NULL; in futex_hash_allocate()
1849 mm->futex_phash_new = new; in futex_hash_allocate()
/linux/include/linux/
H A Dmm_types.h1179 struct futex_private_hash *futex_phash_new; member