Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Drcu_segcblist.h204 #define SEGCBLIST_OFFLOADED BIT(5) macro
/linux-5.19.10/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.h565 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_GP; in nocb_gp_enabled_cb()
575 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_gp_update_state_deoffloading()
777 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()
834 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_cb_wait()