rcu_unexpedite_gp(9) Cancel prior rcu_expedite_gp invocation

SYNOPSIS

void rcu_unexpedite_gp(void);

ARGUMENTS

void

no arguments

DESCRIPTION

Undo a prior call to rcu_expedite_gp. If all prior calls to rcu_expedite_gp are undone by a subsequent call to rcu_unexpedite_gp, and if the rcu_expedited sysfs/boot parameter is not set, then all subsequent calls to synchronize_rcu and friends will return to their normal non-expedited behavior.

COPYRIGHT