Searched refs:futex_requeue (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/Documentation/ |
D | futex-requeue-pi.txt | 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-v4.19/tools/testing/selftests/futex/include/ |
D | futextest.h | 160 futex_requeue(futex_t *uaddr, futex_t *uaddr2, int nr_wake, int nr_requeue, in futex_requeue() function
|
/Linux-v4.19/kernel/ |
D | futex.c | 1852 static int futex_requeue(u32 __user *uaddr1, unsigned int flags, in futex_requeue() function 3535 return futex_requeue(uaddr, flags, uaddr2, val, val2, NULL, 0); in do_futex() 3537 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 0); in do_futex() 3551 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 1); in do_futex()
|