Searched refs:rts_prod (Results 1 – 3 of 3) sorted by relevance
79 oh.raw = __atomic_load_n(&r->rts_prod.head.raw, __ATOMIC_ACQUIRE); in __rte_ring_rts_move_prod_head()90 __rte_ring_rts_head_wait(&r->rts_prod, &oh); in __rte_ring_rts_move_prod_head()116 } while (__atomic_compare_exchange_n(&r->rts_prod.head.raw, in __rte_ring_rts_move_prod_head()
94 __rte_ring_rts_update_tail(&r->rts_prod); in __rte_ring_do_rts_enqueue_elem()369 return r->rts_prod.htd_max; in rte_ring_get_prod_htd_max()391 r->rts_prod.htd_max = v; in rte_ring_set_prod_htd_max()
145 struct rte_ring_rts_headtail rts_prod; member