Searched refs:nrequeue (Results 1 – 1 of 1) sorted by relevance
38 static unsigned int nrequeue = 1; variable50 OPT_UINTEGER('q', "nrequeue", &nrequeue, "Specify amount of threads to requeue at once"),146 if (nrequeue > nthreads) in bench_futex_requeue()147 nrequeue = nthreads; in bench_futex_requeue()151 fshared ? "shared":"private", &futex1, &futex2, nrequeue); in bench_futex_requeue()184 nrequeue, futex_flag); in bench_futex_requeue()