Searched refs:rcu_gp_is_normal (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/rcu/
H A Dupdate.c141 bool rcu_gp_is_normal(void) function
146 EXPORT_SYMBOL_GPL(rcu_gp_is_normal); variable
H A Drcu.h498 static inline bool rcu_gp_is_normal(void) { return true; } function
507 bool rcu_gp_is_normal(void); /* Internal RCU use. */
H A Drcuscale.c847 if (rcu_gp_is_expedited() && !rcu_gp_is_normal() && !gp_exp)
849 if (rcu_gp_is_normal() && gp_exp)
H A Dtree_exp.h932 if (rcu_gp_is_normal()) {
H A Dsrcutree.c1421 __synchronize_srcu(ssp, rcu_gp_is_normal());
H A Drcutorture.c1356 bool can_expedite = !rcu_gp_is_expedited() && !rcu_gp_is_normal();
1574 !rcu_gp_is_normal();

Completed in 209 milliseconds