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
55 structure cannot change, for example, in code that is
59 but retain the compiler constraints that prevent duplicating
73 and, if CONFIG_PROVE_RCU is configured, verifies that this expression
97 or the RCU-protected data that it points to can change concurrently.