Lines Matching refs:opt_reps
42 static long long opt_reps = 5000; variable
525 thread_data[i].reps = opt_reps; in test_percpu_spinlock()
554 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_spinlock()
602 thread_data[i].reps = opt_reps; in test_percpu_inc()
631 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_inc()
721 reps = opt_reps; in test_percpu_list_thread()
904 reps = opt_reps; in test_percpu_buffer_thread()
1114 reps = opt_reps; in test_percpu_memcpy_buffer_thread()
1261 const int iters = opt_reps; in test_membarrier_worker_thread()
1573 opt_reps = atoll(argv[i + 1]); in main()
1574 if (opt_reps < 0) { in main()