summaryrefslogtreecommitdiffstats
path: root/Documentation/RCU/torture.txt
diff options
context:
space:
mode:
authorPaul E. McKenney2012-05-07 22:43:30 +0200
committerPaul E. McKenney2012-07-02 21:34:03 +0200
commit74d874e7bdc5b09cedcc7da0de44db25888eea10 (patch)
tree72cf891de767436eaba95e06e0a575f461297f8e /Documentation/RCU/torture.txt
parentRevert "rcu: Move PREEMPT_RCU preemption to switch_to() invocation" (diff)
downloadkernel-qcow2-linux-74d874e7bdc5b09cedcc7da0de44db25888eea10.tar.gz
kernel-qcow2-linux-74d874e7bdc5b09cedcc7da0de44db25888eea10.tar.xz
kernel-qcow2-linux-74d874e7bdc5b09cedcc7da0de44db25888eea10.zip
rcu: Update documentation to cover call_srcu() and srcu_barrier().
The advent of call_srcu() and srcu_barrier() obsoleted some of the documentation, so this commit brings that up to date. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'Documentation/RCU/torture.txt')
-rw-r--r--Documentation/RCU/torture.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RCU/torture.txt b/Documentation/RCU/torture.txt
index 4ddf3913fd8c..7dce8a17eac2 100644
--- a/Documentation/RCU/torture.txt
+++ b/Documentation/RCU/torture.txt
@@ -174,11 +174,20 @@ torture_type The type of RCU to test, with string values as follows:
and synchronize_rcu_bh_expedited().
"srcu": srcu_read_lock(), srcu_read_unlock() and
+ call_srcu().
+
+ "srcu_sync": srcu_read_lock(), srcu_read_unlock() and
synchronize_srcu().
"srcu_expedited": srcu_read_lock(), srcu_read_unlock() and
synchronize_srcu_expedited().
+ "srcu_raw": srcu_read_lock_raw(), srcu_read_unlock_raw(),
+ and call_srcu().
+
+ "srcu_raw_sync": srcu_read_lock_raw(), srcu_read_unlock_raw(),
+ and synchronize_srcu().
+
"sched": preempt_disable(), preempt_enable(), and
call_rcu_sched().