Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/rcu/
Drcu_segcblist.c282 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_ready_cbs()
292 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_pend_cbs()
302 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_cb()
316 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_pend_cb()
486 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_advance()
543 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_accelerate()
Drcu_segcblist.h78 static inline bool rcu_segcblist_is_enabled(struct rcu_segcblist *rsclp) in rcu_segcblist_is_enabled() function
Dtree.c242 if (rcu_segcblist_is_enabled(&rdp->cblist)) in rcu_get_n_cbs_cpu()
2731 rcu_segcblist_is_enabled(&rdp->cblist) && do_batch) { in rcu_core()
2991 if (unlikely(!rcu_segcblist_is_enabled(&rdp->cblist))) { in __call_rcu()
3901 if (!gp_in_progress && rcu_segcblist_is_enabled(&rdp->cblist) && in rcu_pending()
4141 if (!rcu_segcblist_is_enabled(&rdp->cblist)) in rcutree_prepare_cpu()