Searched refs:rcu_segcblist_is_enabled (Results 1 – 3 of 3) sorted by relevance
94 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_ready_cbs()104 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_pend_cbs()114 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_cb()128 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_pend_cb()304 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_advance()359 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_accelerate()
77 static inline bool rcu_segcblist_is_enabled(struct rcu_segcblist *rsclp) in rcu_segcblist_is_enabled() function
2836 rcu_segcblist_is_enabled(&rdp->cblist)) { in __rcu_process_callbacks()2977 if (unlikely(!rcu_segcblist_is_enabled(&rdp->cblist)) || cpu != -1) { in __call_rcu()3292 rcu_segcblist_is_enabled(&rdp->cblist) && in __rcu_pending()