Searched refs:rte_ring_free_count (Results 1 – 9 of 9) sorted by relevance
523 rte_ring_free_count(const struct rte_ring *r) in rte_ring_free_count() function540 return rte_ring_free_count(r) == 0; in rte_ring_full()
374 fprintf(f, " avail=%u\n", rte_ring_free_count(r)); in rte_ring_dump()
67 return rte_ring_free_count(&r->r); in rte_event_ring_free_count()
70 uint32_t count = rte_ring_free_count(order_ring); in get_max_enqueue_order_count()
174 fifo_free = rte_ring_free_count(ncf->f); in pkt_burst_noisy_vnf()
298 qp->num_free_elements = rte_ring_free_count(qp->processed_pkts); in isal_comp_pmd_qp_setup()
638 TEST_RING_VERIFY(rte_ring_free_count(r) == 0, r, goto fail); in test_ring_burst_bulk_tests1()648 TEST_RING_VERIFY(rsz == rte_ring_free_count(r), r, goto fail); in test_ring_burst_bulk_tests1()1001 rte_ring_free_count(rp)); in test_ring_basic_ex()
161 * There should be sufficient ``rte_ring_free_count`` at any point in time.
1277 rte_ring_free_count(ptr)); in show_ring()