Searched defs:rcu_read_unlock (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Drcupdate.h91 * sections are delimited by rcu_read_lock() and rcu_read_unlock(),
117 * - rcu_read_lock() and rcu_read_unlock(), if in interrupt context.
304 * Note that rcu_read_lock() and the matching rcu_read_unlock() must
306 * rcu_read_unlock() in process context if the matching rcu_read_lock()
743 * rcu_read_unlock() - marks the end of an RCU read-side critical section.
747 static inline void rcu_read_unlock(void) function
750 "rcu_read_unlock() used illegally while idle");

Completed in 209 milliseconds