table of contents
other versions
RCU_UNEXPEDITE_GP(9) | Driver Basics | RCU_UNEXPEDITE_GP(9) |
NAME¶
rcu_unexpedite_gp - 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¶
January 2017 | Kernel Hackers Manual 4.8. |