Home
last modified time | relevance | path

Searched refs:RCU_NEXT_READY_TAIL (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/linux/ !
Drcu_segcblist.h62 #define RCU_NEXT_READY_TAIL 2 /* Also RCU_NEXT head. */ macro
224 .tails[RCU_NEXT_READY_TAIL] = &n.head, \
/linux-5.19.10/kernel/rcu/ !
Dtree_nocb.h673 RCU_NEXT_READY_TAIL) || in nocb_gp_wait()
679 RCU_NEXT_READY_TAIL); in nocb_gp_wait()
685 RCU_NEXT_READY_TAIL)); in nocb_gp_wait()
1400 sprintf(bufr, "%ld", rsclp->gp_seq[RCU_NEXT_READY_TAIL]); in show_rcu_nocb_state()
1416 ".R"[!rcu_segcblist_segempty(rsclp, RCU_NEXT_READY_TAIL)], in show_rcu_nocb_state()
1417 rcu_segcblist_segempty(rsclp, RCU_NEXT_READY_TAIL) ? "" : bufr, in show_rcu_nocb_state()
Drcu_segcblist.c553 for (i = RCU_NEXT_READY_TAIL; i > RCU_DONE_TAIL; i--) in rcu_segcblist_accelerate()
Dtree.c2828 if (!rcu_segcblist_restempty(&rdp->cblist, RCU_NEXT_READY_TAIL)) in rcu_core()
4000 !rcu_segcblist_restempty(&rdp->cblist, RCU_NEXT_READY_TAIL)) in rcu_pending()
/linux-5.19.10/Documentation/RCU/Design/Data-Structures/ !
DData-Structures.rst677 3 #define RCU_NEXT_READY_TAIL 2
696 #. ``RCU_NEXT_READY_TAIL``: Callbacks waiting for the next grace period
722 ``->tails[RCU_NEXT_READY_TAIL]`` array element references the same RCU
739 ``RCU_NEXT_READY_TAIL`` to the ``RCU_WAIT_TAIL`` to the