Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ring/
H A Drte_ring.h506 rte_ring_free_count(const struct rte_ring *r) in rte_ring_free_count() function
523 return rte_ring_free_count(r) == 0; in rte_ring_full()
H A Drte_ring.c383 fprintf(f, " avail=%u\n", rte_ring_free_count(r)); in rte_ring_dump()
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_ring.h65 return rte_ring_free_count(&r->r); in rte_event_ring_free_count()
/f-stack/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()
/f-stack/dpdk/app/test-pmd/
H A Dnoisy_vnf.c174 fifo_free = rte_ring_free_count(ncf->f); in pkt_burst_noisy_vnf()
/f-stack/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c292 qp->num_free_elements = rte_ring_free_count(qp->processed_pkts); in isal_comp_pmd_qp_setup()
/f-stack/dpdk/app/test/
H A Dtest_ring.c639 TEST_RING_VERIFY(rte_ring_free_count(r) == 0, r, goto fail); in test_ring_burst_bulk_tests1()
649 TEST_RING_VERIFY(rsz == rte_ring_free_count(r), r, goto fail); in test_ring_burst_bulk_tests1()
1002 rte_ring_free_count(rp)); in test_ring_basic_ex()
/f-stack/lib/
H A Dff_dpdk_kni.c550 rte_ring_free_count(kni_rp[port_id])); in ff_kni_alloc()
H A Dff_dpdk_if.c433 name_buf, rte_ring_free_count(dispatch_ring[portid][queueid])); in init_dispatch_ring()
/f-stack/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst163 * There should be sufficient ``rte_ring_free_count`` at any point in time.
/f-stack/dpdk/app/proc-info/
H A Dmain.c1255 rte_ring_free_count(ptr)); in show_ring()