| /dpdk/drivers/mempool/ring/ |
| H A D | rte_mempool_ring.c | 147 .alloc = common_ring_alloc, 156 .alloc = common_ring_alloc, 165 .alloc = common_ring_alloc, 174 .alloc = common_ring_alloc, 184 .alloc = rts_ring_alloc, 194 .alloc = hts_ring_alloc,
|
| /dpdk/lib/acl/ |
| H A D | tb_mem.c | 30 __func__, sz, pool->alloc); in tb_pool() 40 pool->alloc += size; in tb_pool() 79 pool->alloc = 0; in tb_free_pool()
|
| H A D | tb_mem.h | 31 size_t alloc; member
|
| H A D | acl_bld.c | 1434 ctx->pool.alloc); in acl_build_log()
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool_ops.c | 39 if (h->alloc == NULL || h->enqueue == NULL || in rte_mempool_register_ops() 58 ops->alloc = h->alloc; in rte_mempool_register_ops() 81 return ops->alloc(mp); in rte_mempool_ops_alloc()
|
| H A D | mempool_trace_points.c | 73 lib.mempool.ops.alloc)
|
| H A D | rte_mempool.h | 694 rte_mempool_alloc_t alloc; /**< Allocate private data. */ member
|
| /dpdk/drivers/mempool/stack/ |
| H A D | rte_mempool_stack.c | 80 .alloc = stack_alloc, 89 .alloc = lf_stack_alloc,
|
| /dpdk/drivers/mempool/cnxk/ |
| H A D | cn9k_mempool_ops.c | 80 .alloc = cn9k_mempool_alloc,
|
| H A D | cn10k_hwpool_ops.c | 263 .alloc = cn10k_hwpool_alloc,
|
| H A D | cn10k_mempool_ops.c | 410 .alloc = cn10k_mempool_alloc,
|
| /dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_common_verbs.c | 82 .alloc = &mlx5_alloc_verbs_buf, in mlx5_set_context_attr()
|
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | tf_tcam.h | 123 uint8_t alloc; member
|
| /dpdk/doc/guides/mempool/ |
| H A D | cnxk.rst | 26 - Burst alloc of up to 32 pointers.
|
| /dpdk/app/test-flow-perf/ |
| H A D | main.c | 1005 size_t alloc = 0; in dump_socket_mem() local 1018 alloc += socket_stats.heap_allocsz_bytes; in dump_socket_mem() 1046 total / 1.0e6, alloc / 1.0e6, in dump_socket_mem() 1047 (double)alloc * 100 / (double)total, free / 1.0e6, in dump_socket_mem() 1051 return alloc; in dump_socket_mem()
|
| /dpdk/drivers/mempool/dpaa/ |
| H A D | dpaa_mempool.c | 368 .alloc = dpaa_mbuf_create_pool,
|
| /dpdk/drivers/mempool/bucket/ |
| H A D | rte_mempool_bucket.c | 654 .alloc = bucket_alloc,
|
| /dpdk/drivers/net/mana/ |
| H A D | rx.c | 258 .alloc = &mana_alloc_verbs_buf, in mana_start_rx_queues()
|
| H A D | mana.c | 104 .alloc = &mana_alloc_verbs_buf, in mana_dev_configure()
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_24_03.rst | 97 * Updated Rx queue mbuf refill routine to use mempool alloc and reorder it
|
| H A D | release_2_1.rst | 464 Enabled vector ixgbe and i40e bulk alloc for BSD as it is already done for
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | compressdev.rst | 380 /* create operation pool via call to rte_comp_op_pool_create and alloc ops */
|