rcu_run_callbacks

Function rcu_run_callbacks 

Source
pub fn rcu_run_callbacks()
Expand description

Run all callbacks that have been scheduled from this thread.

If any callbacks have been scheduled from this thread, this function will block until all callbacks have been run. If no callbacks have been scheduled from this thread, this function will return immediately.