Home
last modified time | relevance | path

Searched refs:SEGCBLIST_KTHREAD_CB (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/kernel/rcu/
Dtree_nocb.h578 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_update_state_deoffloading()
590 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_update_state_deoffloading()
777 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()
835 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) { in nocb_cb_wait()
836 rcu_segcblist_set_flags(cblist, SEGCBLIST_KTHREAD_CB); in nocb_cb_wait()
848 WARN_ON_ONCE(!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)); in nocb_cb_wait()
849 rcu_segcblist_clear_flags(cblist, SEGCBLIST_KTHREAD_CB); in nocb_cb_wait()
1014 !rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB | in rcu_nocb_rdp_deoffload()
1116 rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB) && in rcu_nocb_rdp_offload()
1201 rcu_segcblist_set_flags(&rdp->cblist, SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP); in rcu_init_nohz()
/linux-5.19.10/include/linux/
Drcu_segcblist.h202 #define SEGCBLIST_KTHREAD_CB BIT(3) macro