Searched refs:is_sc (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/ring/ |
| H A D | rte_ring_generic_pvt.h | 125 __rte_ring_move_cons_head(struct rte_ring *r, unsigned int is_sc, in __rte_ring_move_cons_head() argument 160 if (is_sc) { in __rte_ring_move_cons_head()
|
| H A D | rte_ring_c11_pvt.h | 130 __rte_ring_move_cons_head(struct rte_ring *r, int is_sc, in __rte_ring_move_cons_head() argument 169 if (is_sc) in __rte_ring_move_cons_head()
|
| H A D | rte_ring_elem_pvt.h | 364 enum rte_ring_queue_behavior behavior, unsigned int is_sc, in __rte_ring_do_dequeue_elem() argument 370 n = __rte_ring_move_cons_head(r, (int)is_sc, n, behavior, 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()
|