Searched refs:__rte_ring_hts_get_tail (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_peek.h | 218 n = __rte_ring_hts_get_tail(&r->hts_prod, &tail, n); in rte_ring_enqueue_elem_finish() 422 n = __rte_ring_hts_get_tail(&r->hts_cons, &tail, n); in rte_ring_dequeue_elem_finish()
|
| H A D | rte_ring_peek_zc.h | 305 n = __rte_ring_hts_get_tail(&r->hts_prod, &tail, n); in rte_ring_enqueue_zc_elem_finish() 517 n = __rte_ring_hts_get_tail(&r->hts_cons, &tail, n); in rte_ring_dequeue_zc_elem_finish()
|
| H A D | rte_ring_peek_c11_mem.h | 75 __rte_ring_hts_get_tail(struct rte_ring_hts_headtail *ht, uint32_t *tail, in __rte_ring_hts_get_tail() function
|