Searched refs:onoff_holdoff (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/ |
H A D | TREE03.boot | 1 rcutorture.onoff_interval=200 rcutorture.onoff_holdoff=30
|
H A D | ver_functions.sh | 29 echo rcutorture.onoff_interval=1000 rcutorture.onoff_holdoff=30
|
/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/ |
H A D | ver_functions.sh | 17 echo locktorture.onoff_interval=3 locktorture.onoff_holdoff=30
|
/openbmc/linux/tools/testing/selftests/rcutorture/configs/scf/ |
H A D | ver_functions.sh | 17 echo scftorture.onoff_interval=1000 scftorture.onoff_holdoff=30
|
/openbmc/linux/kernel/ |
H A D | torture.c | 169 static long onoff_holdoff; variable 356 if (onoff_holdoff > 0) { in torture_onoff() 358 torture_hrtimeout_jiffies(onoff_holdoff, &rand); in torture_onoff() 390 onoff_holdoff = ooholdoff; in torture_onoff_init()
|
H A D | scftorture.c | 54 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)"); 505 …verbose, holdoff, longwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stut… in scftorture_print_module_parms() 611 firsterr = torture_onoff_init(onoff_holdoff * HZ, onoff_interval, NULL); in scf_torture_init()
|
/openbmc/linux/kernel/locking/ |
H A D | locktorture.c | 39 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)"); 998 stutter, shutdown_secs, onoff_interval, onoff_holdoff); in lock_torture_print_module_parms() 1184 firsterr = torture_onoff_init(onoff_holdoff * HZ, in lock_torture_init()
|
/openbmc/linux/Documentation/locking/ |
H A D | locktorture.rst | 93 onoff_holdoff
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | 103 torture_param(int, onoff_holdoff, 0, "Time after boot before CPU hotplugs (s)"); 2371 onoff_interval, onoff_holdoff, in rcu_torture_print_module_parms() 3880 firsterr = torture_onoff_init(onoff_holdoff * HZ, onoff_interval, in rcu_torture_init()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 2938 locktorture.onoff_holdoff= [KNL] 5166 rcutorture.onoff_holdoff= [KNL] 5709 scftorture.onoff_holdoff= [KNL]
|