Home
last modified time | relevance | path

Searched refs:SEGCBLIST_OFFLOADED (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/include/linux/
Drcu_segcblist.h204 #define SEGCBLIST_OFFLOADED BIT(5) macro
/Linux-v6.1/kernel/rcu/
Drcu_segcblist.c269 rcu_segcblist_set_flags(rsclp, SEGCBLIST_LOCKING | SEGCBLIST_OFFLOADED); in rcu_segcblist_offload()
271 rcu_segcblist_clear_flags(rsclp, SEGCBLIST_OFFLOADED); in rcu_segcblist_offload()
Dtree_nocb.h557 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED) && in nocb_gp_toggle_rdp()
567 } else if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED) && in nocb_gp_toggle_rdp()
803 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()
860 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_cb_wait()