Lines Matching full:an
70 * If CONFIG_DEBUG_LOCK_ALLOC is selected, returns nonzero iff in an SRCU
72 * this assumes we are in an SRCU read-side critical section unless it can
80 * is in the idle loop from an RCU point of view or offline.
102 * really are in an SRCU read-side critical section.
105 * If PROVE_RCU is enabled, invoking this outside of an RCU read-side
106 * critical section will result in an RCU-lockdep splat, unless @c evaluates
117 * really are in an SRCU read-side critical section.
120 * is enabled, invoking this outside of an RCU read-side critical
121 * section will result in an RCU-lockdep splat.
129 * really are in an SRCU read-side critical section.
134 * srcu_read_lock - register a new reader for an SRCU-protected structure.
137 * Enter an SRCU read-side critical section. Note that SRCU read-side
139 * call anything that waits on an SRCU grace period for the same
141 * one way to indirectly wait on an SRCU grace period is to acquire
147 * srcu_read_unlock() in an irq handler if the matching srcu_read_lock()
170 * srcu_read_unlock - unregister a old reader from an SRCU-protected structure.
174 * Exit an SRCU read-side critical section.