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.
53 Use explicit check expression "c", and omit all barriers
54 and compiler constraints. This is useful when the data
58 Return the value of the pointer and omit all barriers,
73 and, if CONFIG_PROVE_RCU is configured, verifies that this expression
82 any change from taking place, and finally, in case (3) the current task
91 This would verify cases #2 and #3 above, and furthermore lockdep would
94 barriers and compiler constraints, it generates better code than do the
100 and RCU list-/tree-traversal primitives, which do not (yet) check for