Searched refs:futex_requeue (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/Documentation/ |
D | futex-requeue-pi.txt | 43 futex_requeue(cond->data.__futex, cond->mutex); 113 still handled by futex_requeue (by passing requeue_pi=1). Before 114 requeueing, futex_requeue() attempts to acquire the requeue target 116 woken. futex_requeue() then proceeds to requeue the remaining 124 their sum is all that really matters. futex_requeue() will wake or
|
/linux-4.4.14/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-4.4.14/kernel/ |
D | futex.c | 1613 static int futex_requeue(u32 __user *uaddr1, unsigned int flags, in futex_requeue() function 3097 return futex_requeue(uaddr, flags, uaddr2, val, val2, NULL, 0); in do_futex() 3099 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 0); in do_futex() 3113 return futex_requeue(uaddr, flags, uaddr2, val, val2, &val3, 1); in do_futex()
|