Searched refs:mbuf_free (Results 1 – 2 of 2) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | mbuf.c | 80 uintmax_t mbuf_count, mbuf_bytes, mbuf_free, mbuf_failures, mbuf_size; in mbpr() local 139 mbuf_free = memstat_get_free(mtp); in mbpr() 220 mbuf_count + packet_count, mbuf_free + packet_free, in mbpr() 221 mbuf_count + packet_count + mbuf_free + packet_free); in mbpr() 286 (mbuf_free * mbuf_size) + /* straight free mbufs */ in mbpr()
|
| /f-stack/dpdk/drivers/net/hinic/ |
| H A D | hinic_pmd_tx.c | 615 struct rte_mbuf *mbuf, *m, *mbuf_free[HINIC_MAX_TX_FREE_BULK]; in hinic_xmit_mbuf_cleanup() local 647 mbuf_free[nb_free++] = m; in hinic_xmit_mbuf_cleanup() 648 if (unlikely(m->pool != mbuf_free[0]->pool || in hinic_xmit_mbuf_cleanup() 650 rte_mempool_put_bulk(mbuf_free[0]->pool, in hinic_xmit_mbuf_cleanup() 651 (void **)mbuf_free, (nb_free - 1)); in hinic_xmit_mbuf_cleanup() 653 mbuf_free[nb_free++] = m; in hinic_xmit_mbuf_cleanup() 662 rte_mempool_put_bulk(mbuf_free[0]->pool, (void **)mbuf_free, in hinic_xmit_mbuf_cleanup()
|