Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/bench/
Dfutex-requeue.c34 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/
Dindex.rst32 futex2
Dfutex2.rst4 futex2 title
14 futex2 is a followup version of the initial futex syscall, designed to overcome