Searched refs:futex_lock_pi_atomic (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/futex/
H A Dfutex.h301 extern int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb,
H A Dpi.c340 * futex_lock_pi_atomic()
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, function
943 ret = futex_lock_pi_atomic(uaddr, hb, &q.key, &q.pi_state, current,
H A Drequeue.c256 * then direct futex_lock_pi_atomic() to force setting the FUTEX_WAITERS bit.
287 * force futex_lock_pi_atomic() to set the FUTEX_WAITERS bit now,
321 ret = futex_lock_pi_atomic(pifutex, hb2, key2, ps, top_waiter->task,
336 * futex_lock_pi_atomic() did not acquire the user space

Completed in 98 milliseconds