Searched refs:stutter (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/kernel/ |
D | torture.c | 518 static int stutter; variable 550 if (stutter > 1) { in torture_stutter() 551 schedule_timeout_interruptible(stutter - 1); in torture_stutter() 558 schedule_timeout_interruptible(stutter); in torture_stutter() 573 stutter = s; in torture_stutter_init()
|
/linux-4.1.27/kernel/locking/ |
D | locktorture.c | 54 torture_param(int, stutter, 5, "Number of jiffies to run/halt test, 0=disable"); 594 verbose, shuffle_interval, stutter, shutdown_secs, in lock_torture_print_module_parms() 747 if (stutter > 0) { in lock_torture_init() 748 firsterr = torture_stutter_init(stutter); in lock_torture_init()
|
/linux-4.1.27/Documentation/locking/ |
D | locktorture.txt | 91 stutter The length of time to run the test before pausing for this 92 same period of time. Defaults to "stutter=5", so as 94 Specifying "stutter=0" causes the test to run continuously
|
/linux-4.1.27/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". 213 …riters=4 stat_interval=30 verbose=0 test_no_idle_hz=1 shuffle_interval=3 stutter=5 irqreader=1 fqs… 218 …riters=4 stat_interval=30 verbose=0 test_no_idle_hz=1 shuffle_interval=3 stutter=5 irqreader=1 fqs…
|
/linux-4.1.27/kernel/rcu/ |
D | rcutorture.c | 91 torture_param(int, stutter, 5, "Number of seconds to run/halt test"); 1306 stutter, irqreader, fqs_duration, fqs_holdoff, fqs_stutter, in rcu_torture_print_module_parms() 1785 if (stutter < 0) in rcu_torture_init() 1786 stutter = 0; in rcu_torture_init() 1787 if (stutter) { in rcu_torture_init() 1788 firsterr = torture_stutter_init(stutter * HZ); in rcu_torture_init()
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 151 starts to stutter due to this.
|
/linux-4.1.27/Documentation/ |
D | kernel-parameters.txt | 1850 locktorture.stutter= [KNL] 1851 Time (s) to stutter testing, for example, 3152 rcutorture.stutter= [KNL] 3153 Time (s) to stutter testing, for example, specifying
|