aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RCU/torture.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/RCU/torture.txt b/Documentation/RCU/torture.txt
index 783d6c134d3f..af40929e1cb0 100644
--- a/Documentation/RCU/torture.txt
+++ b/Documentation/RCU/torture.txt
@@ -66,6 +66,11 @@ shuffle_interval
66 to a particular subset of the CPUs, defaults to 3 seconds. 66 to a particular subset of the CPUs, defaults to 3 seconds.
67 Used in conjunction with test_no_idle_hz. 67 Used in conjunction with test_no_idle_hz.
68 68
69shutdown_secs The number of seconds to run the test before terminating
70 the test and powering off the system. The default is
71 zero, which disables test termination and system shutdown.
72 This capability is useful for automated testing.
73
69stat_interval The number of seconds between output of torture 74stat_interval The number of seconds between output of torture
70 statistics (via printk()). Regardless of the interval, 75 statistics (via printk()). Regardless of the interval,
71 statistics are printed when the module is unloaded. 76 statistics are printed when the module is unloaded.