Home
last modified time | relevance | path

Searched refs:RTE_MEMPOOL_MZ_FORMAT (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c17 RTE_MEMPOOL_MZ_FORMAT, mp->name); in __stack_alloc()
/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c423 rc = snprintf(rg_name, sizeof(rg_name), RTE_MEMPOOL_MZ_FORMAT ".a%u", in bucket_init_per_lcore()
502 RTE_MEMPOOL_MZ_FORMAT ".0", mp->name); in bucket_alloc()
516 RTE_MEMPOOL_MZ_FORMAT ".1", mp->name); in bucket_alloc()
/f-stack/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c86 RTE_MEMPOOL_MZ_FORMAT, mp->name); in ring_alloc()
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c550 RTE_MEMPOOL_MZ_FORMAT "_%d", mp->name, mz_id); in rte_mempool_populate_default()
855 ret = snprintf(mz_name, sizeof(mz_name), RTE_MEMPOOL_MZ_FORMAT, name); in rte_mempool_create_empty()
H A Drte_mempool.h113 #define RTE_MEMPOOL_MZ_FORMAT RTE_MEMPOOL_MZ_PREFIX "%s" macro
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.c934 RTE_MEMPOOL_MZ_FORMAT "_xb_%u", pool_name, ext_num); in setup_extbuf()