Searched refs:futex2 (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/bench/ |
D | futex-requeue.c | 34 static u_int32_t futex1 = 0, futex2 = 0; variable 105 ret = futex_wait_requeue_pi(&futex1, 0, &futex2, in workerfn() 109 futex_unlock_pi(&futex2, futex_flag); in workerfn() 208 params.pi ? "PI ": "", &futex2, params.nrequeue); in bench_futex_requeue() 245 r = futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue() 249 r = futex_cmp_requeue_pi(&futex1, 0, &futex2, in bench_futex_requeue() 257 &futex1, &futex2); in bench_futex_requeue() 287 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
|
/linux-6.1.9/Documentation/userspace-api/ |
D | index.rst | 32 futex2
|
D | futex2.rst | 4 futex2 title 14 futex2 is a followup version of the initial futex syscall, designed to overcome
|