Searched refs:futex_flag (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/tools/perf/bench/ |
D | futex-requeue.c | 42 static int futex_flag = 0; variable 95 ret = futex_wait(&futex1, 0, NULL, futex_flag); in workerfn() 106 NULL, futex_flag); in workerfn() 109 futex_unlock_pi(&futex2, futex_flag); in workerfn() 197 futex_flag = FUTEX_PRIVATE_FLAG; in bench_futex_requeue() 247 futex_flag); in bench_futex_requeue() 251 futex_flag); in bench_futex_requeue() 287 nrequeued = futex_wake(&futex2, nrequeued, futex_flag); in bench_futex_requeue()
|
D | futex-wake.c | 42 static int futex_flag = 0; variable 77 if (futex_wait(&futex1, 0, NULL, futex_flag) != EINTR) in workerfn() 172 futex_flag = FUTEX_PRIVATE_FLAG; in bench_futex_wake() 206 params.nwakes, futex_flag); in bench_futex_wake()
|
D | futex-lock-pi.c | 37 static int futex_flag = 0; variable 97 ret = futex_lock_pi(w->futex, NULL, futex_flag); in workerfn() 110 ret = futex_unlock_pi(w->futex, futex_flag); in workerfn() 195 futex_flag = FUTEX_PRIVATE_FLAG; in bench_futex_lock_pi()
|
D | futex-wake-parallel.c | 58 static int futex_flag = 0; variable 86 waker->nwoken = futex_wake(&futex, nwakes, futex_flag); in waking_workerfn() 137 if (futex_wait(&futex, 0, NULL, futex_flag) != EINTR) in blocked_workerfn() 287 futex_flag = FUTEX_PRIVATE_FLAG; in bench_futex_wake_parallel()
|
D | futex-hash.c | 35 static int futex_flag = 0; variable 92 ret = futex_wait(&w->futex[i], 1234, NULL, futex_flag); in workerfn() 163 futex_flag = FUTEX_PRIVATE_FLAG; in bench_futex_hash()
|