Skip to main content

rcu_run_callbacks

Function rcu_run_callbacks 

Source
pub fn rcu_run_callbacks() -> bool
Expand description

Advances the RCU state machine if work is pending and runs ready callbacks.

If callbacks are pending, this runs two grace periods and invokes any ready callbacks.

Returns true if callbacks were processed, or false if no work was pending.