Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rseq/
Dparam_test.c37 opt_disable_mod = 0, opt_test = 's', opt_mb = 0; variable
405 if (opt_disable_mod <= 0 || (i % opt_disable_mod)) in test_percpu_spinlock()
480 if (opt_disable_mod <= 0 || (i % opt_disable_mod)) in test_percpu_inc()
1223 opt_disable_mod = atol(argv[i + 1]); in main()
1224 if (opt_disable_mod < 0) { in main()