Home
last modified time | relevance | path

Searched refs:futex1 (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/bench/
Dfutex-wake.c25 static u_int32_t futex1 = 0; variable
63 futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
140 getpid(), nthreads, fshared ? "shared":"private", &futex1, nwakes); in bench_futex_wake()
168 nwoken += futex_wake(&futex1, nwakes, futex_flag); in bench_futex_wake()
Dfutex-requeue.c24 static u_int32_t futex1 = 0, futex2 = 0; variable
75 futex_wait(&futex1, 0, NULL, futex_flag); in workerfn()
140 fshared ? "shared":"private", &futex1, &futex2, nrequeue); in bench_futex_requeue()
172 nrequeued += futex_cmp_requeue(&futex1, 0, &futex2, 0, in bench_futex_requeue()