Searched refs:SEGCBLIST_OFFLOADED (Results 1 – 4 of 4) sorted by relevance
181 #define SEGCBLIST_OFFLOADED BIT(4) macro
270 rcu_segcblist_set_flags(rsclp, SEGCBLIST_OFFLOADED); in rcu_segcblist_offload()272 rcu_segcblist_clear_flags(rsclp, SEGCBLIST_OFFLOADED); in rcu_segcblist_offload()
95 int flags = SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP | SEGCBLIST_OFFLOADED; in rcu_segcblist_completely_offloaded()
570 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_GP; in nocb_gp_enabled_cb()580 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_gp_update_state_deoffloading()768 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB; in nocb_cb_can_run()813 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_cb_wait()
Completed in 11 milliseconds