aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-09-12 13:50:01 -0400
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>2014-09-16 16:41:45 -0400
commitec4518aad8329364af373f4bf7f4eff25a01a339 (patch)
tree27bfcfc11f8461e19d04c4b458f1974185101320
parent59da22a02032cf1a069ec431f93d403b321ff6b4 (diff)
locktorture: Document boot/module parameters
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
-rw-r--r--Documentation/kernel-parameters.txt43
1 files changed, 43 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 7aba744afcde..e95b0f43229f 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1704,6 +1704,49 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1704 lockd.nlm_udpport=M [NFS] Assign UDP port. 1704 lockd.nlm_udpport=M [NFS] Assign UDP port.
1705 Format: <integer> 1705 Format: <integer>
1706 1706
1707 locktorture.nreaders_stress= [KNL]
1708 Set the number of locking read-acquisition kthreads.
1709 Defaults to being automatically set based on the
1710 number of online CPUs.
1711
1712 locktorture.nwriters_stress= [KNL]
1713 Set the number of locking write-acquisition kthreads.
1714
1715 locktorture.onoff_holdoff= [KNL]
1716 Set time (s) after boot for CPU-hotplug testing.
1717
1718 locktorture.onoff_interval= [KNL]
1719 Set time (s) between CPU-hotplug operations, or
1720 zero to disable CPU-hotplug testing.
1721
1722 locktorture.shuffle_interval= [KNL]
1723 Set task-shuffle interval (jiffies). Shuffling
1724 tasks allows some CPUs to go into dyntick-idle
1725 mode during the locktorture test.
1726
1727 locktorture.shutdown_secs= [KNL]
1728 Set time (s) after boot system shutdown. This
1729 is useful for hands-off automated testing.
1730
1731 locktorture.stat_interval= [KNL]
1732 Time (s) between statistics printk()s.
1733
1734 locktorture.stutter= [KNL]
1735 Time (s) to stutter testing, for example,
1736 specifying five seconds causes the test to run for
1737 five seconds, wait for five seconds, and so on.
1738 This tests the locking primitive's ability to
1739 transition abruptly to and from idle.
1740
1741 locktorture.torture_runnable= [BOOT]
1742 Start locktorture running at boot time.
1743
1744 locktorture.torture_type= [KNL]
1745 Specify the locking implementation to test.
1746
1747 locktorture.verbose= [KNL]
1748 Enable additional printk() statements.
1749
1707 logibm.irq= [HW,MOUSE] Logitech Bus Mouse Driver 1750 logibm.irq= [HW,MOUSE] Logitech Bus Mouse Driver
1708 Format: <irq> 1751 Format: <irq>
1709 1752