Searched refs:futex_lock_pi_atomic (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/futex/ |
H A D | pi.c | 340 * futex_lock_pi_atomic() in handle_exit_race() 492 * futex_lock_pi_atomic() - Atomic work required to acquire a pi aware futex 515 int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic() function 946 ret = futex_lock_pi_atomic(uaddr, hb, &q.key, &q.pi_state, current, in futex_lock_pi()
|
H A D | futex.h | 417 extern int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb,
|
H A D | requeue.c | 266 * then direct futex_lock_pi_atomic() to force setting the FUTEX_WAITERS bit. 297 * force futex_lock_pi_atomic() to set the FUTEX_WAITERS bit now, in futex_proxy_trylock_atomic() 331 ret = futex_lock_pi_atomic(pifutex, hb2, key2, ps, top_waiter->task, in futex_proxy_trylock_atomic() 346 * futex_lock_pi_atomic() did not acquire the user space in futex_proxy_trylock_atomic()
|