Lines Matching refs:that
3 All flavors of RCU have lockdep checking available, so that lockdep is
6 that this is not the case in 2.6.32 and earlier). This allows lockdep's
10 In addition, RCU provides the following primitives that check lockdep's
36 rcu_read_lock_held(). This is useful in code that is
40 rcu_read_lock_bh_held(). This is useful in code that
44 rcu_read_lock_sched_held(). This is useful in code that
48 srcu_read_lock_held()(). This is useful in code that
53 This is useful in code that uses RCU-protected arrays
54 that is invoked by both RCU readers and updaters.
60 structure cannot change, for example, in code that is
64 but retain the compiler constraints that prevent duplicating
69 retain the compiler constraints that prevent duplicating
83 and, if CONFIG_PROVE_RCU is configured, verifies that this expression
107 or the RCU-protected data that it points to can change concurrently.