Home
last modified time | relevance | path

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

/linux/include/linux/
A Drcu_segcblist.h181 #define SEGCBLIST_OFFLOADED BIT(4) macro
/linux/kernel/rcu/
A Drcu_segcblist.c270 rcu_segcblist_set_flags(rsclp, SEGCBLIST_OFFLOADED); in rcu_segcblist_offload()
272 rcu_segcblist_clear_flags(rsclp, SEGCBLIST_OFFLOADED); in rcu_segcblist_offload()
A Drcu_segcblist.h95 int flags = SEGCBLIST_KTHREAD_CB | SEGCBLIST_KTHREAD_GP | SEGCBLIST_OFFLOADED; in rcu_segcblist_completely_offloaded()
A Dtree_nocb.h570 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