Home
last modified time | relevance | path

Searched refs:rte_ring_free_count (Results 1 – 9 of 9) sorted by relevance

/dpdk/lib/ring/
H A Drte_ring.h523 rte_ring_free_count(const struct rte_ring *r) in rte_ring_free_count() function
540 return rte_ring_free_count(r) == 0; in rte_ring_full()
H A Drte_ring.c374 fprintf(f, " avail=%u\n", rte_ring_free_count(r)); in rte_ring_dump()
/dpdk/lib/eventdev/
H A Drte_event_ring.h67 return rte_ring_free_count(&r->r); in rte_event_ring_free_count()
/dpdk/drivers/crypto/scheduler/
H A Dscheduler_pmd_private.h70 uint32_t count = rte_ring_free_count(order_ring); in get_max_enqueue_order_count()
/dpdk/app/test-pmd/
H A Dnoisy_vnf.c174 fifo_free = rte_ring_free_count(ncf->f); in pkt_burst_noisy_vnf()
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c298 qp->num_free_elements = rte_ring_free_count(qp->processed_pkts); in isal_comp_pmd_qp_setup()
/dpdk/app/test/
H A Dtest_ring.c638 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()
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst161 * There should be sufficient ``rte_ring_free_count`` at any point in time.
/dpdk/app/proc-info/
H A Dmain.c1277 rte_ring_free_count(ptr)); in show_ring()