Home
last modified time | relevance | path

Searched refs:futex2 (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/bench/
Dfutex-requeue.c33 static u_int32_t futex1 = 0, futex2 = 0; variable
104 ret = futex_wait_requeue_pi(&futex1, 0, &futex2, in workerfn()
108 futex_unlock_pi(&futex2, futex_flag); in workerfn()
207 params.pi ? "PI ": "", &futex2, params.nrequeue); in bench_futex_requeue()
244 r = futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue()
248 r = futex_cmp_requeue_pi(&futex1, 0, &futex2, in bench_futex_requeue()
256 &futex1, &futex2); in bench_futex_requeue()
286 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
/linux-5.19.10/Documentation/userspace-api/
Dindex.rst31 futex2
Dfutex2.rst4 futex2 title
14 futex2 is a followup version of the initial futex syscall, designed to overcome