Home
last modified time | relevance | path

Searched refs:rcu_segcblist_empty (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcu_segcblist.h38 static inline bool rcu_segcblist_empty(struct rcu_segcblist *rsclp) in rcu_segcblist_empty() function
H A Dtree_plugin.h1260 return !rcu_segcblist_empty(&this_cpu_ptr(&rcu_data)->cblist) && in rcu_needs_cpu()
1355 if (rcu_segcblist_empty(&rdp->cblist) || in rcu_needs_cpu()
1398 if (!rcu_segcblist_empty(&rdp->cblist)) in rcu_prepare_for_idle()
1974 } else if (!bypass_ncbs && rcu_segcblist_empty(&rdp->cblist)) { in nocb_gp_wait()
2240 if (rcu_segcblist_empty(&rdp->cblist)) in rcu_init_nohz()
H A Dtree.c2441 !rcu_segcblist_empty(&rdp->cblist), in rcu_do_batch()
2546 WARN_ON_ONCE(count == 0 && !rcu_segcblist_empty(&rdp->cblist)); in rcu_do_batch()
2548 count != 0 && rcu_segcblist_empty(&rdp->cblist)); in rcu_do_batch()
2977 if (rcu_segcblist_empty(&rdp->cblist)) in __call_rcu()
3997 if (rcu_segcblist_empty(&rdp->cblist) && /* No early-boot CBs? */ in rcutree_prepare_cpu()
4184 rcu_segcblist_empty(&rdp->cblist)) in rcutree_migrate_callbacks()
4199 WARN_ON_ONCE(rcu_segcblist_empty(&my_rdp->cblist) != in rcutree_migrate_callbacks()
4212 !rcu_segcblist_empty(&rdp->cblist), in rcutree_migrate_callbacks()
H A Drcu_segcblist.c164 WARN_ON_ONCE(!rcu_segcblist_empty(rsclp)); in rcu_segcblist_disable()
H A Dsrcutree.c1357 "C."[rcu_segcblist_empty(&sdp->srcu_cblist)]); in srcu_torture_stats_print()