Searched refs:bench_repeat (Results 1 – 5 of 5) sorted by relevance
110 unsigned int bench_repeat = 10; /* default number of times to repeat the run */ variable114 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),234 if (bench_repeat == 0) { in cmd_bench()
48 extern unsigned int bench_repeat;
158 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake()
153 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_requeue()
255 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake_parallel()