Searched refs:stutter (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/ |
| H A D | torture.c | 732 static int stutter; variable 765 if (!torture_must_stop() && stutter > 1) { in torture_stutter() 767 jiffies_to_nsecs(stutter)); in torture_stutter() 769 torture_hrtimeout_jiffies(stutter - 1, NULL); in torture_stutter() 784 stutter = s; in torture_stutter_init()
|
| H A D | scftorture.c | 59 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable"); 533 …gwait, nthreads, onoff_holdoff, onoff_interval, shutdown, stat_interval, stutter, use_cpus_read_lo… in scftorture_print_module_parms() 651 if (stutter > 0) { in scf_torture_init() 652 firsterr = torture_stutter_init(stutter, stutter); in scf_torture_init()
|
| /linux/tools/testing/selftests/rcutorture/configs/rcu/ |
| H A D | BUSTED-BOOST.boot | 2 rcutorture.stutter=0
|
| /linux/Documentation/locking/ |
| H A D | locktorture.rst | 108 stutter 110 same period of time. Defaults to "stutter=5", so as 112 Specifying "stutter=0" causes the test to run continuously
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | locktorture.rst | 117 stutter 119 eguale durata. Di base "stutter=5", quindi si eseguono 121 L'impostazione di "stutter=0" fa si che la verifica
|
| /linux/kernel/locking/ |
| H A D | locktorture.c | 51 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable"); 1106 rt_boost_factor, shuffle_interval, shutdown_secs, stat_interval, stutter, in lock_torture_print_module_parms() 1365 if (stutter > 0) { in lock_torture_init() 1366 firsterr = torture_stutter_init(stutter, stutter); in lock_torture_init()
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 145 torture_param(int, stutter, 5, "Number of seconds to run/halt test"); 3202 stutter, irqreader, fqs_duration, fqs_holdoff, fqs_stutter, in rcu_torture_print_module_parms() 4688 stutter = 0; in rcu_torture_init() 4837 if (stutter < 0) in rcu_torture_init() 4838 stutter = 0; in rcu_torture_init() 4839 if (stutter) { in rcu_torture_init() 4842 t = cur_ops->stall_dur ? cur_ops->stall_dur() : stutter * HZ; in rcu_torture_init() 4843 firsterr = torture_stutter_init(stutter * HZ, t); in rcu_torture_init()
|
| /linux/Documentation/translations/it_IT/RCU/ |
| H A D | torture.rst | 26 …riters=4 stat_interval=30 verbose=0 test_no_idle_hz=1 shuffle_interval=3 stutter=5 irqreader=1 fqs… 31 …riters=4 stat_interval=30 verbose=0 test_no_idle_hz=1 shuffle_interval=3 stutter=5 irqreader=1 fqs…
|
| /linux/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 157 starts to stutter due to this.
|
| /linux/Documentation/translations/pt_BR/process/ |
| H A D | botching-up-ioctls.rst | 181 (stutter) devido a isso.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 3659 locktorture.stutter= [KNL] 3660 Time (s) to stutter testing, for example, 6271 rcutorture.stutter= [KNL] 6272 Time (s) to stutter testing, for example, specifying
|