Searched refs:nrequeue (Results 1 – 1 of 1) sorted by relevance
30 static unsigned int nrequeue = 1; variable42 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),135 if (nrequeue > nthreads) in bench_futex_requeue()136 nrequeue = nthreads; in bench_futex_requeue()140 fshared ? "shared":"private", &futex1, &futex2, nrequeue); in bench_futex_requeue()173 nrequeue, futex_flag); in bench_futex_requeue()