Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcu_segcblist.h200 #define SEGCBLIST_RCU_CORE BIT(1) macro
/openbmc/linux/kernel/rcu/
H A Drcu_segcblist.h101 !rcu_segcblist_test_flags(rsclp, SEGCBLIST_RCU_CORE)) in rcu_segcblist_completely_offloaded()
H A Dtree_nocb.h1146 rcu_segcblist_set_flags(cblist, SEGCBLIST_RCU_CORE); in rcu_nocb_rdp_deoffload()
1285 rcu_segcblist_clear_flags(cblist, SEGCBLIST_RCU_CORE); in rcu_nocb_rdp_offload()
1462 rcu_segcblist_clear_flags(&rdp->cblist, SEGCBLIST_RCU_CORE); in rcu_init_nohz()
H A Dtree.c82 .cblist.flags = SEGCBLIST_RCU_CORE,