Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/rcu/
Dtree_nocb.h565 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_GP; in nocb_gp_enabled_cb()
576 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)) { in nocb_gp_update_state_deoffloading()
577 rcu_segcblist_set_flags(cblist, SEGCBLIST_KTHREAD_GP); in nocb_gp_update_state_deoffloading()
588 WARN_ON_ONCE(!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)); in nocb_gp_update_state_deoffloading()
589 rcu_segcblist_clear_flags(cblist, SEGCBLIST_KTHREAD_GP); in nocb_gp_update_state_deoffloading()
837 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)) in nocb_cb_wait()
850 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)) in nocb_cb_wait()
1015 SEGCBLIST_KTHREAD_GP)); in rcu_nocb_rdp_deoffload()
1117 rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_GP)); 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.h203 #define SEGCBLIST_KTHREAD_GP BIT(4) macro