Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/rcu/
Dtree_nocb.h564 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_toggle_rdp()
574 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_toggle_rdp()
803 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()
861 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) { in nocb_cb_wait()
862 rcu_segcblist_set_flags(cblist, SEGCBLIST_KTHREAD_CB); in nocb_cb_wait()
874 WARN_ON_ONCE(!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)); in nocb_cb_wait()
875 rcu_segcblist_clear_flags(cblist, SEGCBLIST_KTHREAD_CB); in nocb_cb_wait()
1056 rcu_segcblist_clear_flags(&rdp->cblist, SEGCBLIST_KTHREAD_CB); in rcu_nocb_rdp_deoffload()
1062 SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP)); in rcu_nocb_rdp_deoffload()
1071 SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP); in rcu_nocb_rdp_deoffload()
[all …]
/Linux-v6.1/include/linux/
Drcu_segcblist.h202 #define SEGCBLIST_KTHREAD_CB BIT(3) macro