Searched refs:bench_repeat (Results 1 – 4 of 4) sorted by relevance
107 unsigned int bench_repeat = 10; /* default number of times to repeat the run */ variable111 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),231 if (bench_repeat == 0) { in cmd_bench()
46 extern unsigned int bench_repeat;
149 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake()
146 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_requeue()