Searched refs:RCU_NEXT_READY_TAIL (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | rcu_segcblist.h | 64 #define RCU_NEXT_READY_TAIL 2 /* Also RCU_NEXT head. */ macro 210 .tails[RCU_NEXT_READY_TAIL] = &n.head, \
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 786 RCU_NEXT_READY_TAIL) || in nocb_gp_wait() 792 RCU_NEXT_READY_TAIL); in nocb_gp_wait() 797 RCU_NEXT_READY_TAIL)); in nocb_gp_wait() 1638 sprintf(bufr, "%ld(%ld/%ld)", rsclp->seglen[RCU_NEXT_READY_TAIL], in show_rcu_nocb_state() 1639 rsclp->gp_seq[RCU_NEXT_READY_TAIL].norm, in show_rcu_nocb_state() 1640 rsclp->gp_seq[RCU_NEXT_READY_TAIL].exp); in show_rcu_nocb_state() 1658 ".R"[!rcu_segcblist_segempty(rsclp, RCU_NEXT_READY_TAIL)], in show_rcu_nocb_state() 1659 rcu_segcblist_segempty(rsclp, RCU_NEXT_READY_TAIL) ? "" : bufr, in show_rcu_nocb_state()
|
| H A D | rcu_segcblist.c | 560 for (i = RCU_NEXT_READY_TAIL; i > RCU_DONE_TAIL; i--) in rcu_segcblist_accelerate()
|
| H A D | tree.c | 2910 if (!rcu_segcblist_restempty(&rdp->cblist, RCU_NEXT_READY_TAIL)) in rcu_core() 3782 !rcu_segcblist_restempty(&rdp->cblist, RCU_NEXT_READY_TAIL)) in rcu_pending()
|
| /linux/Documentation/RCU/Design/Data-Structures/ |
| H A D | Data-Structures.rst | 710 3 #define RCU_NEXT_READY_TAIL 2 729 #. ``RCU_NEXT_READY_TAIL``: Callbacks waiting for the next grace period 755 ``->tails[RCU_NEXT_READY_TAIL]`` array element references the same RCU 772 ``RCU_NEXT_READY_TAIL`` to the ``RCU_WAIT_TAIL`` to the
|