Lines Matching full:read
2 * Sleepable Read-Copy Update mechanism for mutual exclusion
22 * For detailed explanation of Read-Copy Update mechanism see -
80 * srcu_read_lock_held - might we be in SRCU read-side critical section?
83 * read-side critical section. In absence of CONFIG_DEBUG_LOCK_ALLOC,
84 * this assumes we are in an SRCU read-side critical section unless it can
96 * RCU read-side critical section regardless of what RCU primitives it
127 * really are in an SRCU read-side critical section.
130 * If PROVE_RCU is enabled, invoking this outside of an RCU read-side
142 * really are in an SRCU read-side critical section.
145 * is enabled, invoking this outside of an RCU read-side critical
154 * Enter an SRCU read-side critical section. Note that SRCU read-side
180 * Exit an SRCU read-side critical section.
193 * Enter an SRCU read-side critical section. Similar to srcu_read_lock(),
199 * However, the entire SRCU read-side critical section must reside within a
220 * Exit an SRCU read-side critical section without lockdep-RCU checking.