Searched refs:is_sc (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_generic.h | 126 __rte_ring_move_cons_head(struct rte_ring *r, unsigned int is_sc, in __rte_ring_move_cons_head() argument 161 if (is_sc) { in __rte_ring_move_cons_head()
|
| H A D | rte_ring_c11_mem.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.h | 460 enum rte_ring_queue_behavior behavior, unsigned int is_sc, in __rte_ring_do_dequeue_elem() argument 466 n = __rte_ring_move_cons_head(r, (int)is_sc, n, behavior, in __rte_ring_do_dequeue_elem() 473 update_tail(&r->cons, cons_head, cons_next, is_sc, 0); in __rte_ring_do_dequeue_elem()
|