Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[firefly-linux-kernel-4.4.55.git] / Documentation / RCU / torture.txt
index 9dba3bb90e60a4710222d864124453d0d861b8c6..0e50bc2aa1e2e4f4682f5b5540a49987bfb00884 100644 (file)
@@ -30,6 +30,18 @@ MODULE PARAMETERS
 
 This module has the following parameters:
 
+fqs_duration   Duration (in microseconds) of artificially induced bursts
+               of force_quiescent_state() invocations.  In RCU
+               implementations having force_quiescent_state(), these
+               bursts help force races between forcing a given grace
+               period and that grace period ending on its own.
+
+fqs_holdoff    Holdoff time (in microseconds) between consecutive calls
+               to force_quiescent_state() within a burst.
+
+fqs_stutter    Wait time (in seconds) between consecutive bursts
+               of calls to force_quiescent_state().
+
 irqreaders     Says to invoke RCU readers from irq level.  This is currently
                done via timers.  Defaults to "1" for variants of RCU that
                permit this.  (Or, more accurately, variants of RCU that do