File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,9 @@ state::
17
17
rcu_read_lock_held() for normal RCU.
18
18
rcu_read_lock_bh_held() for RCU-bh.
19
19
rcu_read_lock_sched_held() for RCU-sched.
20
+ rcu_read_lock_any_held() for any of normal RCU, RCU-bh, and RCU-sched.
20
21
srcu_read_lock_held() for SRCU.
22
+ rcu_read_lock_trace_held() for RCU Tasks Trace.
21
23
22
24
These functions are conservative, and will therefore return 1 if they
23
25
aren't certain (for example, if CONFIG_DEBUG_LOCK_ALLOC is not set).
@@ -53,6 +55,8 @@ checking of rcu_dereference() primitives:
53
55
is invoked by both SRCU readers and updaters.
54
56
rcu_dereference_raw(p):
55
57
Don't check. (Use sparingly, if at all.)
58
+ rcu_dereference_raw_check(p):
59
+ Don't do lockdep at all. (Use sparingly, if at all.)
56
60
rcu_dereference_protected(p, c):
57
61
Use explicit check expression "c", and omit all barriers
58
62
and compiler constraints. This is useful when the data
You can’t perform that action at this time.
0 commit comments