Searched refs:nrequeue (Results 1 – 1 of 1) sorted by relevance
37 static unsigned int nrequeue = 1; variable49 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),144 if (nrequeue > nthreads) in bench_futex_requeue()145 nrequeue = nthreads; in bench_futex_requeue()149 fshared ? "shared":"private", &futex1, &futex2, nrequeue); in bench_futex_requeue()182 nrequeue, futex_flag); in bench_futex_requeue()