Lines Matching refs:opt_reps
42 static long long opt_reps = 5000; variable
488 thread_data[i].reps = opt_reps; in test_percpu_spinlock()
517 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_spinlock()
565 thread_data[i].reps = opt_reps; in test_percpu_inc()
594 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_inc()
684 reps = opt_reps; in test_percpu_list_thread()
867 reps = opt_reps; in test_percpu_buffer_thread()
1077 reps = opt_reps; in test_percpu_memcpy_buffer_thread()
1224 const int iters = opt_reps; in test_membarrier_worker_thread()
1535 opt_reps = atoll(argv[i + 1]); in main()
1536 if (opt_reps < 0) { in main()