Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/rcu/
A Dtree_nocb.h642 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_toggle_rdp()
652 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) in nocb_gp_toggle_rdp()
908 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()
966 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)) { in nocb_cb_wait()
967 rcu_segcblist_set_flags(cblist, SEGCBLIST_KTHREAD_CB); in nocb_cb_wait()
979 WARN_ON_ONCE(!rcu_segcblist_test_flags(cblist, SEGCBLIST_KTHREAD_CB)); in nocb_cb_wait()
980 rcu_segcblist_clear_flags(cblist, SEGCBLIST_KTHREAD_CB); in nocb_cb_wait()
1161 rcu_segcblist_clear_flags(&rdp->cblist, SEGCBLIST_KTHREAD_CB); in rcu_nocb_rdp_deoffload()
1167 SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP)); in rcu_nocb_rdp_deoffload()
1176 SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP); in rcu_nocb_rdp_deoffload()
[all …]
/linux-6.3-rc2/include/linux/
A Drcu_segcblist.h202 #define SEGCBLIST_KTHREAD_CB BIT(3) macro

Completed in 5 milliseconds