Lines Matching refs:rcu_segcblist_test_flags
573 return rcu_segcblist_test_flags(&rdp->cblist, flags); in nocb_gp_enabled_cb()
581 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_gp_update_state_deoffloading()
582 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)) { in nocb_gp_update_state_deoffloading()
584 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_update_state_deoffloading()
594 WARN_ON_ONCE(!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)); in nocb_gp_update_state_deoffloading()
596 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_update_state_deoffloading()
770 return rcu_segcblist_test_flags(&rdp->cblist, flags); in nocb_cb_can_run()
813 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_cb_wait()
814 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) { in nocb_cb_wait()
816 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)) in nocb_cb_wait()
827 WARN_ON_ONCE(!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)); in nocb_cb_wait()
829 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)) in nocb_cb_wait()
995 !rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB | in rcu_nocb_rdp_deoffload()
1084 rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB) && in rcu_nocb_rdp_offload()
1085 rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)); in rcu_nocb_rdp_offload()