Searched refs:RCU_NEXT_TAIL (Results 1 – 3 of 3) sorted by relevance
149 BUILD_BUG_ON(RCU_NEXT_TAIL + 1 != ARRAY_SIZE(rsclp->gp_seq)); in rcu_segcblist_init()250 WRITE_ONCE(*rsclp->tails[RCU_NEXT_TAIL], rhp); in rcu_segcblist_enqueue()251 WRITE_ONCE(rsclp->tails[RCU_NEXT_TAIL], &rhp->next); in rcu_segcblist_enqueue()274 for (i = RCU_NEXT_TAIL; i > RCU_DONE_TAIL; i--) in rcu_segcblist_entrain()278 for (; i <= RCU_NEXT_TAIL; i++) in rcu_segcblist_entrain()334 rclp->tail = rsclp->tails[RCU_NEXT_TAIL]; in rcu_segcblist_extract_pend_cbs()382 WRITE_ONCE(*rsclp->tails[RCU_NEXT_TAIL], rclp->head); in rcu_segcblist_insert_pend_cbs()383 WRITE_ONCE(rsclp->tails[RCU_NEXT_TAIL], rclp->tail); in rcu_segcblist_insert_pend_cbs()402 for (i = RCU_WAIT_TAIL; i < RCU_NEXT_TAIL; i++) { in rcu_segcblist_advance()422 for (j = RCU_WAIT_TAIL; i < RCU_NEXT_TAIL; i++, j++) { in rcu_segcblist_advance()[all …]
63 #define RCU_NEXT_TAIL 3 macro85 .tails[RCU_NEXT_TAIL] = &n.head, \
678 4 #define RCU_NEXT_TAIL 3698 #. ``RCU_NEXT_TAIL``: Callbacks that have not yet been associated with a725 ``->tails[RCU_NEXT_TAIL]`` array element references CB 4's ``->next``728 ``->tails[RCU_NEXT_TAIL]`` array element always references the last RCU733 ``->tails[RCU_NEXT_TAIL]`` array element: It can be ``NULL`` when this738 CPUs advance their callbacks from the ``RCU_NEXT_TAIL`` to the