Searched refs:futex2 (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/bench/ |
D | futex-requeue.c | 32 static u_int32_t futex1 = 0, futex2 = 0; variable 151 fshared ? "shared":"private", &futex1, &futex2, nrequeue); in bench_futex_requeue() 183 nrequeued += futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue() 199 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
|