Searched refs:rcu_gp_is_normal (Results 1 – 6 of 6) sorted by relevance
444 static inline bool rcu_gp_is_normal(void) { return true; } in rcu_gp_is_normal() function453 bool rcu_gp_is_normal(void); /* Internal RCU use. */
141 bool rcu_gp_is_normal(void) in rcu_gp_is_normal() function146 EXPORT_SYMBOL_GPL(rcu_gp_is_normal);
730 if (rcu_gp_is_expedited() && !rcu_gp_is_normal() && !gp_exp) in rcu_scale_cleanup()732 if (rcu_gp_is_normal() && gp_exp) in rcu_scale_cleanup()
942 if (rcu_gp_is_normal()) { in synchronize_rcu_expedited()
1268 __synchronize_srcu(ssp, rcu_gp_is_normal()); in synchronize_srcu_expedited()
1337 bool can_expedite = !rcu_gp_is_expedited() && !rcu_gp_is_normal(); in rcu_torture_writer()1524 !rcu_gp_is_normal(); in rcu_torture_writer()