Searched refs:RTE_MEMPOOL_MZ_FORMAT (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 17 RTE_MEMPOOL_MZ_FORMAT, mp->name); in __stack_alloc()
|
| /f-stack/dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 423 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 D | rte_mempool_ring.c | 86 RTE_MEMPOOL_MZ_FORMAT, mp->name); in ring_alloc()
|
| /f-stack/dpdk/lib/librte_mempool/ |
| H A D | rte_mempool.c | 550 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 D | rte_mempool.h | 113 #define RTE_MEMPOOL_MZ_FORMAT RTE_MEMPOOL_MZ_PREFIX "%s" macro
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 934 RTE_MEMPOOL_MZ_FORMAT "_xb_%u", pool_name, ext_num); in setup_extbuf()
|