Searched defs:rcu_read_lock (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
229 * areas that don't even know about current. This gives the rcu_read_lock()
231 * types of kernel builds, the rcu_read_lock() nesting depth is unknowable.
453 * did an rcu_read_lock(). The reason for this is that RCU ignores CPUs
698 * (rcu_read_lock()) is included.
705 * if either rcu_read_lock() is held, or that the lock required to replace
805 * when protected only by rcu_read_lock() will result in infrequent
837 * rcu_read_lock()
877 static inline void rcu_read_lock(void) function
[all...]

Completed in 48 milliseconds