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

/include/linux/
H A Drcupdate.h118 * sections are delimited by rcu_read_lock() and rcu_read_unlock(),
163 * - rcu_read_lock() and rcu_read_unlock(), if in interrupt context.
209 * rcu_read_lock() and rcu_read_unlock() because this primitive is intended
897 * rcu_read_unlock() - marks the end of an RCU read-side critical section.
899 * In most situations, rcu_read_unlock() is immune from deadlock.
900 * However, in kernels built with CONFIG_RCU_BOOST, rcu_read_unlock()
904 * if the caller of rcu_read_unlock() already holds one of these locks or
910 * section whose outermost rcu_read_unlock() is called with one of
918 * section whose outermost rcu_read_unlock() is called with irqs disabled.
929 static inline void rcu_read_unlock(voi function
[all...]

Completed in 395 milliseconds