Lines Matching refs:rcu_read_lock
119 a. rcu_read_lock()
133 rcu_read_lock()
135 void rcu_read_lock(void);
168 1. rcu_read_lock()
170 3. rcu_read_lock()
267 rcu_read_lock();
271 rcu_read_lock();
300 | | | rcu_read_lock()
313 The RCU infrastructure observes the time sequence of rcu_read_lock(),
328 a. synchronize_rcu() rcu_read_lock() / rcu_read_unlock()
400 * structure. Use rcu_read_lock() and rcu_read_unlock()
410 rcu_read_lock();
418 o Use rcu_read_lock() and rcu_read_unlock() to guard RCU
571 void rcu_read_lock(void)
603 The rcu_read_lock() and rcu_read_unlock() primitive read-acquire
612 It is possible to nest rcu_read_lock(), since reader-writer locks may
613 be recursively acquired. Note also that rcu_read_lock() is immune
615 that the only thing that can block rcu_read_lock() is a synchronize_rcu().
632 void rcu_read_lock(void) { }
644 Note that rcu_read_lock() and rcu_read_unlock() do absolutely nothing.
647 And there is absolutely no way that rcu_read_lock() can possibly
690 + rcu_read_lock();
743 6 read_lock(); 6 rcu_read_lock();
774 to rcu_read_lock() and rcu_read_unlock, update-side locking moves from
840 rcu_read_lock synchronize_net rcu_barrier
946 3. CPU 0 enters rcu_read_lock(), but must wait
967 task C blocked in rcu_read_lock() attempting to