Searched refs:shutdown_secs (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/kernel/ |
D | torture.c | 401 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/ |
D | ver_functions.sh | 40 locktorture.shutdown_secs=$3 \
|
/linux-4.1.27/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 53 rcutorture.shutdown_secs=$3 \
|
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 51 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/ |
D | rcutorture.c | 85 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/ |
D | locktorture.txt | 65 shutdown_secs The number of seconds to run the test before terminating
|
/linux-4.1.27/Documentation/RCU/ |
D | torture.txt | 104 shutdown_secs The number of seconds to run the test before terminating
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1843 locktorture.shutdown_secs= [KNL] 3138 rcutorture.shutdown_secs= [KNL]
|