Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ring/
H A Drte_ring_rts_c11_mem.h79 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()
H A Drte_ring_rts.h94 __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()
H A Drte_ring_core.h145 struct rte_ring_rts_headtail rts_prod; member