Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Drcu_segcblist.h188 #define SEGCBLIST_OFFLOADED BIT(1) macro
/linux-6.15/kernel/rcu/
H A Dtree_nocb.h624 if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) { in nocb_gp_toggle_rdp()
630 rcu_segcblist_set_flags(cblist, SEGCBLIST_OFFLOADED); in nocb_gp_toggle_rdp()
637 rcu_segcblist_clear_flags(cblist, SEGCBLIST_OFFLOADED); in nocb_gp_toggle_rdp()
1056 ret = !rcu_segcblist_test_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_nocb_rdp_deoffload_wait_cond()
1105 rcu_segcblist_clear_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_nocb_rdp_deoffload()
1146 ret = rcu_segcblist_test_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_nocb_rdp_offload_wait_cond()
1355 rcu_segcblist_set_flags(&rdp->cblist, SEGCBLIST_OFFLOADED); in rcu_init_nohz()
H A Drcu_segcblist.h92 rcu_segcblist_test_flags(rsclp, SEGCBLIST_OFFLOADED)) in rcu_segcblist_is_offloaded()