Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/rcu/
H A Drcu_segcblist.c149 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 …]
/OK3568_Linux_fs/kernel/include/linux/
H A Drcu_segcblist.h63 #define RCU_NEXT_TAIL 3 macro
85 .tails[RCU_NEXT_TAIL] = &n.head, \
/OK3568_Linux_fs/kernel/Documentation/RCU/Design/Data-Structures/
H A DData-Structures.rst678 4 #define RCU_NEXT_TAIL 3
698 #. ``RCU_NEXT_TAIL``: Callbacks that have not yet been associated with a
725 ``->tails[RCU_NEXT_TAIL]`` array element references CB 4's ``->next``
728 ``->tails[RCU_NEXT_TAIL]`` array element always references the last RCU
733 ``->tails[RCU_NEXT_TAIL]`` array element: It can be ``NULL`` when this
738 CPUs advance their callbacks from the ``RCU_NEXT_TAIL`` to the