Searched refs:FUTEX_CMP_REQUEUE_PI (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/futex/include/ |
A D | futextest.h | 38 #ifndef FUTEX_CMP_REQUEUE_PI 39 #define FUTEX_CMP_REQUEUE_PI 12 macro 46 #define FUTEX_CMP_REQUEUE_PI_PRIVATE (FUTEX_CMP_REQUEUE_PI | \ 203 return futex(uaddr, FUTEX_CMP_REQUEUE_PI, nr_wake, nr_requeue, uaddr2, in futex_cmp_requeue_pi()
|
/linux/include/uapi/linux/ |
A D | futex.h | 23 #define FUTEX_CMP_REQUEUE_PI 12 macro 43 #define FUTEX_CMP_REQUEUE_PI_PRIVATE (FUTEX_CMP_REQUEUE_PI | \
|
/linux/tools/perf/trace/beauty/ |
A D | futex_op.c | 13 #ifndef FUTEX_CMP_REQUEUE_PI 14 #define FUTEX_CMP_REQUEUE_PI 12 macro
|
/linux/Documentation/locking/ |
A D | futex-requeue-pi.rst | 102 requeue_pi: FUTEX_WAIT_REQUEUE_PI and FUTEX_CMP_REQUEUE_PI. 111 FUTEX_CMP_REQUEUE_PI is called by the waker 124 FUTEX_CMP_REQUEUE_PI accepts nr_wake and nr_requeue as arguments, but 130 mutex prior to making the call. FUTEX_CMP_REQUEUE_PI requires that
|
/linux/kernel/futex/ |
A D | syscalls.c | 112 case FUTEX_CMP_REQUEUE_PI: in do_futex() 147 case FUTEX_CMP_REQUEUE_PI: in do_futex()
|
/linux/tools/perf/bench/ |
A D | futex.h | 142 return futex_syscall_nr_requeue(uaddr, FUTEX_CMP_REQUEUE_PI, 1, nr_requeue, uaddr2, in futex_cmp_requeue_pi()
|
Completed in 8 milliseconds