Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c1584 unsigned int *ptr = per_cpu_ptr(mm->futex_ref, cpu); in __futex_ref_atomic_end()
1592 this_cpu_inc(*mm->futex_ref); /* 0 -> 1 */ in __futex_ref_atomic_end()
1686 __this_cpu_inc(*mm->futex_ref); in futex_ref_get()
1700 __this_cpu_dec(*mm->futex_ref); in futex_ref_put()
1725 mm->futex_ref = NULL; in futex_mm_init()
1735 free_percpu(mm->futex_ref); in futex_hash_free()
1801 if (!mm->futex_ref) { in futex_hash_allocate()
1806 mm->futex_ref = alloc_percpu(unsigned int); in futex_hash_allocate()
1807 if (!mm->futex_ref) in futex_hash_allocate()
1809 this_cpu_inc(*mm->futex_ref); /* 0 -> 1 */ in futex_hash_allocate()
/linux/include/linux/
H A Dmm_types.h1232 unsigned int __percpu *futex_ref; member