Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcu.h521 static inline bool rcu_gp_is_normal(void) { return true; } in rcu_gp_is_normal() function
530 bool rcu_gp_is_normal(void); /* Internal RCU use. */
H A Dsrcutree.c1521 __synchronize_srcu(ssp, rcu_gp_is_normal()); in synchronize_srcu_expedited()