Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/rseq/
Dparam_test.c39 opt_disable_rseq, opt_threads = 200, variable
489 const int num_threads = opt_threads; in test_percpu_spinlock()
566 const int num_threads = opt_threads; in test_percpu_inc()
716 const int num_threads = opt_threads; in test_percpu_list()
903 const int num_threads = opt_threads; in test_percpu_buffer()
1114 const int num_threads = opt_threads; in test_percpu_memcpy_buffer()
1373 const int num_threads = opt_threads; in test_membarrier()
1533 opt_threads = atol(argv[i + 1]); in main()
1534 if (opt_threads < 0) { in main()