Searched refs:SEGCBLIST_OFFLOADED (Results 1 – 3 of 3) sorted by relevance
188 #define SEGCBLIST_OFFLOADED BIT(1) macro
598 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in call_rcu_nocb() 604 rcu_segcblist_set_flags(cblist, SEGCBLIST_OFFLOADED); in call_rcu_nocb() 611 rcu_segcblist_clear_flags(cblist, SEGCBLIST_OFFLOADED); in nocb_gp_toggle_rdp() 1020 * enqueue can happen. Also it keeps the SEGCBLIST_OFFLOADED flag stable1024 ret = !rcu_segcblist_test_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_nocb_queue_toggle_rdp() 1073 rcu_segcblist_clear_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_nocb_rdp_deoffload() 1114 ret = rcu_segcblist_test_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_nocb_cpu_deoffload() 1322 rcu_segcblist_set_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_init_nohz()
92 rcu_segcblist_test_flags(rsclp, SEGCBLIST_OFFLOADED)) in rcu_segcblist_is_offloaded()