Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dparam_test.c38 opt_disable_rseq, opt_threads = 200, variable
396 const int num_threads = opt_threads; in test_percpu_spinlock()
472 const int num_threads = opt_threads; in test_percpu_inc()
620 const int num_threads = opt_threads; in test_percpu_list()
811 const int num_threads = opt_threads; in test_percpu_buffer()
1026 const int num_threads = opt_threads; in test_percpu_memcpy_buffer()
1291 const int num_threads = opt_threads; in test_membarrier()
1451 opt_threads = atol(argv[i + 1]); in main()
1452 if (opt_threads < 0) { in main()