Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Drcu_segcblist.c269 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_ready_cbs()
279 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_pend_cbs()
289 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_cb()
303 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_pend_cb()
473 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_advance()
530 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_accelerate()
H A Drcu_segcblist.h80 static inline bool rcu_segcblist_is_enabled(struct rcu_segcblist *rsclp) in rcu_segcblist_is_enabled() function