Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Drcu_segcblist.c280 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_ready_cbs()
290 return rcu_segcblist_is_enabled(rsclp) && in rcu_segcblist_pend_cbs()
300 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_cb()
314 if (rcu_segcblist_is_enabled(rsclp)) in rcu_segcblist_first_pend_cb()
484 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_advance()
541 WARN_ON_ONCE(!rcu_segcblist_is_enabled(rsclp)); in rcu_segcblist_accelerate()
A Drcu_segcblist.h80 static inline bool rcu_segcblist_is_enabled(struct rcu_segcblist *rsclp) in rcu_segcblist_is_enabled() function
A Dtree.c237 if (rcu_segcblist_is_enabled(&rdp->cblist)) in rcu_get_n_cbs_cpu()
2360 rcu_segcblist_is_enabled(&rdp->cblist) && do_batch) { in rcu_core()
2628 if (unlikely(!rcu_segcblist_is_enabled(&rdp->cblist))) { in __call_rcu_common()
3827 if (!gp_in_progress && rcu_segcblist_is_enabled(&rdp->cblist) && in rcu_pending()
4260 if (!rcu_segcblist_is_enabled(&rdp->cblist)) in rcutree_prepare_cpu()
A Dtasks.h310 if (!rcu_segcblist_is_enabled(&rtpcp->cblist)) { in call_rcu_tasks_generic()

Completed in 21 milliseconds