Home
last modified time | relevance | path

Searched refs:alloc (Results 1 – 25 of 32) sorted by relevance

12

/dpdk/drivers/mempool/ring/
H A Drte_mempool_ring.c147 .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 Dtb_mem.c29 "by pool: %zu bytes\n", __func__, sz, pool->alloc); in tb_pool()
39 pool->alloc += size; in tb_pool()
78 pool->alloc = 0; in tb_free_pool()
H A Dtb_mem.h31 size_t alloc; member
/dpdk/lib/mempool/
H A Drte_mempool_ops.c39 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 Dmempool_trace_points.c73 lib.mempool.ops.alloc)
H A Drte_mempool.h649 rte_mempool_alloc_t alloc; /**< Allocate private data. */ member
/dpdk/drivers/mempool/stack/
H A Drte_mempool_stack.c80 .alloc = stack_alloc,
89 .alloc = lf_stack_alloc,
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c49 struct tf_rm_alloc_info alloc; member
197 base_index = db[subtype].alloc.entry.start; in tf_rm_adjust_index()
725 db[i].alloc.entry.start = resv[j].start; in tf_rm_create_db()
726 db[i].alloc.entry.stride = resv[j].stride; in tf_rm_create_db()
965 db[i].alloc.entry.start = resv[j].start; in tf_rm_create_db_no_reservation()
966 db[i].alloc.entry.stride = resv[j].stride; in tf_rm_create_db_no_reservation()
1329 &rm_db->db[parms->subtype].alloc, in tf_rm_get_info()
1363 &rm_db->db[i].alloc, in tf_rm_get_all_info()
1472 base_index = rm_db->db[subtype].alloc.entry.start; in tf_rm_check_indexes_in_range()
1473 stride = rm_db->db[subtype].alloc.entry.stride; in tf_rm_check_indexes_in_range()
H A Dtf_tcam.h136 uint8_t alloc; member
H A Dtf_core.h1303 uint8_t alloc; member
H A Dtf_shadow_tcam.c637 if (sparms->alloc) in tf_shadow_tcam_search()
H A Dtf_core.c647 sparms.alloc = parms->alloc; in tf_search_tcam_entry()
/dpdk/drivers/mempool/dpaa2/
H A Ddpaa2_hw_mempool.c323 static int alloc; in rte_dpaa2_mbuf_alloc_bulk() local
388 alloc += n; in rte_dpaa2_mbuf_alloc_bulk()
390 alloc, count, n); in rte_dpaa2_mbuf_alloc_bulk()
473 .alloc = rte_hw_mbuf_create_pool,
/dpdk/drivers/net/fm10k/
H A Dfm10k_rxtx.c105 int alloc = 0; in fm10k_recv_pkts() local
148 alloc = 1; in fm10k_recv_pkts()
167 if ((q->next_dd > q->next_trigger) || (alloc == 1)) { in fm10k_recv_pkts()
216 int alloc = 0; in fm10k_recv_scattered_pkts() local
237 alloc = 1; in fm10k_recv_scattered_pkts()
325 if ((q->next_dd > q->next_trigger) || (alloc == 1)) { in fm10k_recv_scattered_pkts()
/dpdk/drivers/mempool/cnxk/
H A Dcn9k_mempool_ops.c80 .alloc = cn9k_mempool_alloc,
H A Dcn10k_mempool_ops.c310 .alloc = cn10k_mempool_alloc,
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_verbs.c82 .alloc = &mlx5_alloc_verbs_buf, in mlx5_set_context_attr()
/dpdk/drivers/mempool/octeontx/
H A Drte_mempool_octeontx.c196 .alloc = octeontx_fpavf_alloc,
/dpdk/doc/guides/mempool/
H A Dcnxk.rst26 - Burst alloc of up to 32 pointers.
/dpdk/app/test-flow-perf/
H A Dmain.c979 size_t alloc = 0; in dump_socket_mem() local
992 alloc += socket_stats.heap_allocsz_bytes; in dump_socket_mem()
1020 total / 1.0e6, alloc / 1.0e6, in dump_socket_mem()
1021 (double)alloc * 100 / (double)total, free / 1.0e6, in dump_socket_mem()
1025 return alloc; in dump_socket_mem()
/dpdk/drivers/mempool/dpaa/
H A Ddpaa_mempool.c353 .alloc = dpaa_mbuf_create_pool,
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c2145 searchparms.alloc = 1; in ulp_mapper_tcam_tbl_process()
2419 bool alloc = false; in ulp_mapper_index_tbl_process() local
2446 alloc = true; in ulp_mapper_index_tbl_process()
2453 alloc = true; in ulp_mapper_index_tbl_process()
2481 alloc = true; in ulp_mapper_index_tbl_process()
2577 if (alloc) { in ulp_mapper_index_tbl_process()
/dpdk/doc/guides/nics/
H A Dcnxk.rst145 With the above configuration, pre alloc size was set to 4. Max pre alloc
/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c654 .alloc = bucket_alloc,
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst495 * ``--mp-alloc <native|anon|xmem|xmemhuge>``
541 Enable to create mempool which is not IOVA contiguous. Valid only with --mp-alloc=anon.

12