Searched refs:stutter (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/kernel/ |
D | torture.c | 518 static int stutter; variable 551 if (stutter > 1) { in torture_stutter() 552 schedule_timeout_interruptible(stutter - 1); in torture_stutter() 559 schedule_timeout_interruptible(stutter); in torture_stutter() 574 stutter = s; in torture_stutter_init()
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 57 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable"); 740 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms() 901 if (stutter > 0) { in lock_torture_init() 902 firsterr = torture_stutter_init(stutter); in lock_torture_init()
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 94 stutter The length of time to run the test before pausing for this 95 same period of time. Defaults to "stutter=5", so as 97 Specifying "stutter=0" causes the test to run continuously
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 134 stutter The length of time to run the test before pausing for this 135 same period of time. Defaults to "stutter=5", so as 137 Specifying "stutter=0" causes the test to run continuously 155 the value selected for "stutter". 200 …riters=4 stat_interval=30 verbose=0 test_no_idle_hz=1 shuffle_interval=3 stutter=5 irqreader=1 fqs… 205 …riters=4 stat_interval=30 verbose=0 test_no_idle_hz=1 shuffle_interval=3 stutter=5 irqreader=1 fqs…
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 91 torture_param(int, stutter, 5, "Number of seconds to run/halt test"); 1351 stutter, irqreader, fqs_duration, fqs_holdoff, fqs_stutter, in rcu_torture_print_module_parms() 1840 if (stutter < 0) in rcu_torture_init() 1841 stutter = 0; in rcu_torture_init() 1842 if (stutter) { in rcu_torture_init() 1843 firsterr = torture_stutter_init(stutter * HZ); in rcu_torture_init()
|
/linux-4.4.14/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 151 starts to stutter due to this.
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1917 locktorture.stutter= [KNL] 1918 Time (s) to stutter testing, for example, 3269 rcutorture.stutter= [KNL] 3270 Time (s) to stutter testing, for example, specifying
|