Searched refs:futex_requeue (Results 1 – 3 of 3) sorted by relevance
/linux-5.10/Documentation/locking/ |
D | futex-requeue-pi.rst | 44 futex_requeue(cond->data.__futex, cond->mutex); 114 still handled by futex_requeue (by passing requeue_pi=1). Before 115 requeueing, futex_requeue() attempts to acquire the requeue target 117 woken. futex_requeue() then proceeds to requeue the remaining 125 their sum is all that really matters. futex_requeue() will wake or
|
/linux-5.10/tools/testing/selftests/futex/include/ |
D | futextest.h | 156 futex_requeue(futex_t *uaddr, futex_t *uaddr2, int nr_wake, int nr_requeue, in futex_requeue() function
|
/linux-5.10/kernel/ |
D | futex.c | 1914 static int futex_requeue(u32 __user *uaddr1, unsigned int flags, in futex_requeue() function 3772 return futex_requeue(uaddr, flags, uaddr2, val, val2, NULL, 0); in do_futex() 3774 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 0); in do_futex() 3788 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 1); in do_futex()
|