Searched refs:cons_next (Results 1 – 2 of 2) sorted by relevance
367 uint32_t cons_head, cons_next; in __rte_ring_do_dequeue_elem() local371 &cons_head, &cons_next, &entries); in __rte_ring_do_dequeue_elem()377 __rte_ring_update_tail(&r->cons, cons_head, cons_next, is_sc, 0); in __rte_ring_do_dequeue_elem()
166 The cons_next local variable points to the next element of the table, or several elements after in …181 …step is to modify ring->cons_head in the ring structure to point to the same location as cons_next.