Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/rseq/
Dparam_test.c39 opt_disable_mod = 0, opt_test = 's', opt_mb = 0; variable
408 if (opt_disable_mod <= 0 || (i % opt_disable_mod)) in test_percpu_spinlock()
484 if (opt_disable_mod <= 0 || (i % opt_disable_mod)) in test_percpu_inc()
1441 opt_disable_mod = atol(argv[i + 1]); in main()
1442 if (opt_disable_mod < 0) { in main()