diff options
Diffstat (limited to 'Documentation/RCU')
-rw-r--r-- | Documentation/RCU/torture.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RCU/torture.txt b/Documentation/RCU/torture.txt index 4205ed1f8adc..783d6c134d3f 100644 --- a/Documentation/RCU/torture.txt +++ b/Documentation/RCU/torture.txt | |||
@@ -122,6 +122,9 @@ torture_type The type of RCU to test, with string values as follows: | |||
122 | "rcu_bh_sync": rcu_read_lock_bh(), rcu_read_unlock_bh(), | 122 | "rcu_bh_sync": rcu_read_lock_bh(), rcu_read_unlock_bh(), |
123 | and synchronize_rcu_bh(). | 123 | and synchronize_rcu_bh(). |
124 | 124 | ||
125 | "rcu_bh_expedited": rcu_read_lock_bh(), rcu_read_unlock_bh(), | ||
126 | and synchronize_rcu_bh_expedited(). | ||
127 | |||
125 | "srcu": srcu_read_lock(), srcu_read_unlock() and | 128 | "srcu": srcu_read_lock(), srcu_read_unlock() and |
126 | synchronize_srcu(). | 129 | synchronize_srcu(). |
127 | 130 | ||