Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcu_segcblist.h204 #define SEGCBLIST_OFFLOADED BIT(5) macro
/openbmc/linux/kernel/rcu/
H A 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()
H A Dtree_nocb.h623 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED) && in nocb_gp_toggle_rdp()
633 } else if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED) && in nocb_gp_toggle_rdp()
896 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()
953 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_cb_wait()