Lines Matching refs:call_rcu
189 5. If call_rcu() or call_srcu() is used, the callback function will
218 If the updater uses call_rcu() or synchronize_rcu(),
238 8. Although synchronize_rcu() is slower than is call_rcu(), it
242 should be used in preference to call_rcu(). Furthermore,
252 code using call_rcu() should explicitly limit update rate in
256 Ways of gaining this self-limiting property when using call_rcu()
339 CPU that executed the corresponding call_rcu() or call_srcu().
393 14. The whole point of call_rcu(), synchronize_rcu(), and friends
398 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).
440 17. If you register a callback using call_rcu() or call_srcu(), and
452 - call_rcu() -> rcu_barrier()
456 to wait for a grace period. In fact, if there are no call_rcu()
461 all pre-existing call_rcu() callbacks, you will need to execute