Home
last modified time | relevance | path

Searched refs:opt_reps (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/testing/selftests/rseq/
Dparam_test.c42 static long long opt_reps = 5000; variable
498 thread_data[i].reps = opt_reps; in test_percpu_spinlock()
527 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_spinlock()
575 thread_data[i].reps = opt_reps; in test_percpu_inc()
604 assert(sum == (uint64_t)opt_reps * num_threads); in test_percpu_inc()
694 reps = opt_reps; in test_percpu_list_thread()
877 reps = opt_reps; in test_percpu_buffer_thread()
1087 reps = opt_reps; in test_percpu_memcpy_buffer_thread()
1234 const int iters = opt_reps; in test_membarrier_worker_thread()
1545 opt_reps = atoll(argv[i + 1]); in main()
[all …]