X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=Documentation%2FRCU%2Ftorture.txt;h=7dce8a17eac269cdff475a57377bf49963c1216a;hb=4864ccbb5a6f99e4c44dc816304007547a268b9f;hp=4ddf3913fd8c0df7b91d2d29b17e3c69327907c7;hpb=c2078e4c9120e7b38b1a02cd9fc6dd4f792110bf;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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().