Lines Matching refs:call_rcu
185 5. If call_rcu() or call_srcu() is used, the callback function will
214 If the updater uses call_rcu() or synchronize_rcu(),
234 8. Although synchronize_rcu() is slower than is call_rcu(), it
238 should be used in preference to call_rcu(). Furthermore,
248 code using call_rcu() should explicitly limit update rate in
252 Ways of gaining this self-limiting property when using call_rcu()
335 CPU that executed the corresponding call_rcu() or call_srcu().
389 14. The whole point of call_rcu(), synchronize_rcu(), and friends
394 destructive operation, and -only- -then- invoke call_rcu(),
421 same object to call_rcu() (or friends) before an RCU
423 passed that same object to call_rcu() (or friends).
433 17. If you register a callback using call_rcu() or call_srcu(), and
445 o call_rcu() -> rcu_barrier()
449 to wait for a grace period. In fact, if there are no call_rcu()
454 all pre-existing call_rcu() callbacks, you will need to execute