Lines Matching refs:call_rcu
169 5. If call_rcu(), or a related primitive such as call_rcu_bh(),
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
227 should be used in preference to call_rcu(). Furthermore,
237 code using call_rcu() should explicitly limit update rate in
241 Ways of gaining this self-limiting property when using call_rcu()
274 d. Use call_rcu_bh() rather than call_rcu(), in order to take
332 expedited forms of the three primitives, namely call_rcu(),
352 the corresponding call_rcu(), call_rcu_bh(), or call_rcu_sched(),
398 15. The whole point of call_rcu(), synchronize_rcu(), and friends
403 destructive operation, and -only- -then- invoke call_rcu(),
427 same object to call_rcu() (or friends) before an RCU
429 passed that same object to call_rcu() (or friends).