Lines Matching refs:synchronize_rcu
174 6. Since synchronize_rcu() can block, it cannot be called from
201 7. If the updater uses call_rcu() or synchronize_rcu(), then the
223 8. Although synchronize_rcu() is slower than is call_rcu(), it
226 synchronize_rcu() is visible from userspace, synchronize_rcu()
229 synchronize_rcu() without synchronize_rcu()'s multi-millisecond
233 An especially important property of the synchronize_rcu()
235 are delayed for whatever reason, then the synchronize_rcu()
278 e. Periodically invoke synchronize_rcu(), permitting a limited
313 11. Note that synchronize_rcu() -only- guarantees to wait until
319 than rcu_read_lock(), do -not- use synchronize_rcu().
398 15. The whole point of call_rcu(), synchronize_rcu(), and friends
404 synchronize_rcu(), or friends.