diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index ad7e2e5088c1..55ada0471f93 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -2385,6 +2385,17 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2385 | rcutree.rcu_cpu_stall_timeout= [KNL,BOOT] | 2385 | rcutree.rcu_cpu_stall_timeout= [KNL,BOOT] |
2386 | Set timeout for RCU CPU stall warning messages. | 2386 | Set timeout for RCU CPU stall warning messages. |
2387 | 2387 | ||
2388 | rcutree.jiffies_till_first_fqs= [KNL,BOOT] | ||
2389 | Set delay from grace-period initialization to | ||
2390 | first attempt to force quiescent states. | ||
2391 | Units are jiffies, minimum value is zero, | ||
2392 | and maximum value is HZ. | ||
2393 | |||
2394 | rcutree.jiffies_till_next_fqs= [KNL,BOOT] | ||
2395 | Set delay between subsequent attempts to force | ||
2396 | quiescent states. Units are jiffies, minimum | ||
2397 | value is one, and maximum value is HZ. | ||
2398 | |||
2388 | rcutorture.fqs_duration= [KNL,BOOT] | 2399 | rcutorture.fqs_duration= [KNL,BOOT] |
2389 | Set duration of force_quiescent_state bursts. | 2400 | Set duration of force_quiescent_state bursts. |
2390 | 2401 | ||