Searched refs:bench_repeat (Results 1 – 5 of 5) sorted by relevance
123 unsigned int bench_repeat = 10; /* default number of times to repeat the run */ variable127 OPT_UINTEGER('r', "repeat", &bench_repeat, "Specify amount of times to repeat the run"),247 if (bench_repeat == 0) { in cmd_bench()
52 extern unsigned int bench_repeat;
164 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake()
159 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_requeue()
280 for (j = 0; j < bench_repeat && !done; j++) { in bench_futex_wake_parallel()