Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dtorture.c401 static int shutdown_secs; /* desired test duration in seconds. */ variable
465 shutdown_secs = ssecs; in torture_shutdown_init()
467 if (shutdown_secs > 0) { in torture_shutdown_init()
468 shutdown_time = jiffies + shutdown_secs * HZ; in torture_shutdown_init()
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh40 locktorture.shutdown_secs=$3 \
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/rcu/
Dver_functions.sh53 rcutorture.shutdown_secs=$3 \
/linux-4.1.27/kernel/locking/
Dlocktorture.c51 torture_param(int, shutdown_secs, 0, "Shutdown time (j), <= zero to disable.");
594 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms()
741 if (shutdown_secs > 0) { in lock_torture_init()
742 firsterr = torture_shutdown_init(shutdown_secs, in lock_torture_init()
/linux-4.1.27/kernel/rcu/
Drcutorture.c85 torture_param(int, shutdown_secs, 0, "Shutdown time (s), <= zero to disable.");
1308 test_boost_interval, test_boost_duration, shutdown_secs, in rcu_torture_print_module_parms()
1818 firsterr = torture_shutdown_init(shutdown_secs, rcu_torture_cleanup); in rcu_torture_init()
/linux-4.1.27/Documentation/locking/
Dlocktorture.txt65 shutdown_secs The number of seconds to run the test before terminating
/linux-4.1.27/Documentation/RCU/
Dtorture.txt104 shutdown_secs The number of seconds to run the test before terminating
/linux-4.1.27/Documentation/
Dkernel-parameters.txt1843 locktorture.shutdown_secs= [KNL]
3138 rcutorture.shutdown_secs= [KNL]