Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/rseq/
Dparam_test.c39 opt_disable_rseq, opt_threads = 200, variable
479 const int num_threads = opt_threads; in test_percpu_spinlock()
556 const int num_threads = opt_threads; in test_percpu_inc()
706 const int num_threads = opt_threads; in test_percpu_list()
893 const int num_threads = opt_threads; in test_percpu_buffer()
1104 const int num_threads = opt_threads; in test_percpu_memcpy_buffer()
1363 const int num_threads = opt_threads; in test_membarrier()
1523 opt_threads = atol(argv[i + 1]); in main()
1524 if (opt_threads < 0) { in main()