Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/rseq/
Dparam_test.c40 opt_disable_mod = 0, opt_test = 's'; variable
499 if (opt_disable_mod <= 0 || (i % opt_disable_mod)) in test_percpu_spinlock()
576 if (opt_disable_mod <= 0 || (i % opt_disable_mod)) in test_percpu_inc()
1521 opt_disable_mod = atol(argv[i + 1]); in main()
1522 if (opt_disable_mod < 0) { in main()