Home
last modified time | relevance | path

Searched refs:FUTEX_CMP_REQUEUE_PI (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/futex/include/
H A Dfutextest.h38 #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()
/openbmc/linux/include/uapi/linux/
H A Dfutex.h23 #define FUTEX_CMP_REQUEUE_PI 12 macro
43 #define FUTEX_CMP_REQUEUE_PI_PRIVATE (FUTEX_CMP_REQUEUE_PI | \
/openbmc/linux/tools/perf/trace/beauty/
H A Dfutex_op.c13 #ifndef FUTEX_CMP_REQUEUE_PI
14 #define FUTEX_CMP_REQUEUE_PI 12 macro
/openbmc/linux/Documentation/locking/
H A Dfutex-requeue-pi.rst102 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
/openbmc/linux/tools/perf/bench/
H A Dfutex.h142 return futex_syscall_nr_requeue(uaddr, FUTEX_CMP_REQUEUE_PI, 1, nr_requeue, uaddr2, in futex_cmp_requeue_pi()
/openbmc/linux/kernel/futex/
H A Dsyscalls.c131 case FUTEX_CMP_REQUEUE_PI: in do_futex()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h2595 #define FUTEX_CMP_REQUEUE_PI 12 macro
H A Dstrace.c3890 NAME(FUTEX_CMP_REQUEUE_PI), in print_futex_op()
H A Dsyscall.c7786 case FUTEX_CMP_REQUEUE_PI: in do_futex()