Lines Matching refs:opt_reps
42 static long long opt_reps = 5000; variable
44 static long long opt_reps = 100; variable
407 thread_data[i].reps = opt_reps; in test_percpu_spinlock()
436 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_spinlock()
483 thread_data[i].reps = opt_reps; in test_percpu_inc()
512 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_inc()
600 reps = opt_reps; in test_percpu_list_thread()
787 reps = opt_reps; in test_percpu_buffer_thread()
1001 reps = opt_reps; in test_percpu_memcpy_buffer_thread()
1146 const int iters = opt_reps; in test_membarrier_worker_thread()
1465 opt_reps = atoll(argv[i + 1]); in main()
1466 if (opt_reps < 0) { in main()