Lines Matching refs:and
1 RCU and lockdep checking
4 aware of when each task enters and leaves any flavor of RCU read-side
6 that this is not the case in 2.6.32 and earlier). This allows lockdep's
8 deadlocks and the like.
18 These functions are conservative, and will therefore return 1 if they
37 invoked by both RCU readers and updaters.
41 is invoked by both RCU-bh readers and updaters.
45 is invoked by both RCU-sched readers and updaters.
49 is invoked by both SRCU readers and updaters.
54 that is invoked by both RCU readers and updaters.
58 Use explicit check expression "c", and omit all barriers
59 and compiler constraints. This is useful when the data
63 Return the value of the pointer and omit all barriers,
68 Return the value of the index and omit all barriers, but
83 and, if CONFIG_PROVE_RCU is configured, verifies that this expression
92 any change from taking place, and finally, in case (3) the current task
101 This would verify cases #2 and #3 above, and furthermore lockdep would
104 barriers and compiler constraints, it generates better code than do the
110 and RCU list-/tree-traversal primitives, which do not (yet) check for