Home
last modified time | relevance | path

Searched refs:rcu_expedite_gp (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/rcu/
H A Dupdate.c191 * as the rcu_expedite_gp() nesting. So looping on rcu_unexpedite_gp()
201 * rcu_expedite_gp - Expedite future RCU grace periods
207 void rcu_expedite_gp(void) in rcu_expedite_gp() function
211 EXPORT_SYMBOL_GPL(rcu_expedite_gp);
214 * rcu_unexpedite_gp - Cancel prior rcu_expedite_gp() invocation
216 * Undo a prior call to rcu_expedite_gp(). If all prior calls to
217 * rcu_expedite_gp() are undone by a subsequent call to rcu_unexpedite_gp(),
H A Drcu.h503 static inline void rcu_expedite_gp(void) { } in rcu_expedite_gp() function
512 void rcu_expedite_gp(void);