diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-01-06 18:14:11 -0500 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-01-15 00:30:39 -0500 |
commit | e3c50dfbbd6f10a60dba0d2d6eedde0616e2d1d4 (patch) | |
tree | 52c2b1705b2ae00904f84af973aad6fd362786b3 /Documentation/admin-guide | |
parent | 4afac159c3ba412f49cb28291903fd01fcb25cbf (diff) |
doc: Add rcutree.rcu_kick_kthreads to kernel-parameters.txt
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index be7c0d9506b1..110745e7d61f 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt | |||
@@ -3278,6 +3278,13 @@ | |||
3278 | Lazy RCU callbacks are those which RCU can | 3278 | Lazy RCU callbacks are those which RCU can |
3279 | prove do nothing more than free memory. | 3279 | prove do nothing more than free memory. |
3280 | 3280 | ||
3281 | rcutree.rcu_kick_kthreads= [KNL] | ||
3282 | Cause the grace-period kthread to get an extra | ||
3283 | wake_up() if it sleeps three times longer than | ||
3284 | it should at force-quiescent-state time. | ||
3285 | This wake_up() will be accompanied by a | ||
3286 | WARN_ONCE() splat and an ftrace_dump(). | ||
3287 | |||
3281 | rcuperf.gp_exp= [KNL] | 3288 | rcuperf.gp_exp= [KNL] |
3282 | Measure performance of expedited synchronous | 3289 | Measure performance of expedited synchronous |
3283 | grace-period primitives. | 3290 | grace-period primitives. |