Home
last modified time | relevance | path

Searched refs:rte_realloc (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/app/test-crypto-perf/
H A Dcperf_test_vector_parsing.c236 values_resized = (uint8_t *) rte_realloc(values, in parse_values()
259 values_resized = (uint8_t *) rte_realloc(values, in parse_values()
504 entry = (char *) rte_realloc(entry, in parse_file()
518 char *entry_extended = (char *) rte_realloc( in parse_file()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_adptr.c26 dev->rx_adptr_pools = rte_realloc( in cnxk_sso_updt_xae_cnt()
53 rte_realloc(dev->vec_pools, in cnxk_sso_updt_xae_cnt()
87 dev->timer_adptr_rings = rte_realloc( in cnxk_sso_updt_xae_cnt()
97 dev->timer_adptr_sz = rte_realloc( in cnxk_sso_updt_xae_cnt()
H A Dcnxk_eventdev.c602 dev->qos_parse_data = rte_realloc( in parse_queue_param()
H A Dcnxk_tim_evdev.c543 rte_realloc(dev->ring_ctl_data, in cnxk_tim_parse_ring_param()
/dpdk/app/test/
H A Dtest_malloc.c563 ptr12 = rte_realloc(NULL, size12, RTE_CACHE_LINE_SIZE); in test_realloc_socket()
843 bad_ptr = rte_realloc(NULL, size, align); in test_malloc_bad_params()
856 bad_ptr = rte_realloc(NULL, size, align); in test_malloc_bad_params()
871 bad_ptr = rte_realloc(NULL, size, align); in test_malloc_bad_params()
/dpdk/lib/eal/include/
H A Drte_malloc.h135 rte_realloc(void *ptr, size_t size, unsigned int align)
/dpdk/drivers/net/sfc/
H A Dsfc_filter.c48 buf = rte_realloc(buf, num * sizeof(*buf), 0); in sfc_filter_cache_match_supported()
H A Dsfc_sw_stats.c771 *reset_vals = rte_realloc(*reset_vals, in sfc_sw_xstats_configure()
780 *cache = rte_realloc(*cache, cache_count * sizeof(**cache), 0); in sfc_sw_xstats_configure()
H A Dsfc_tx.c440 rte_realloc(sas->txq_info, in sfc_tx_configure()
H A Dsfc_rx.c1784 rte_realloc(sas->rxq_info, in sfc_rx_configure()
H A Dsfc_ethdev.c1952 new_controllers = rte_realloc(ctx->controllers, new_size, 0); in sfc_journal_ctx_add_controller()
/dpdk/lib/eal/common/
H A Deal_common_interrupts.c140 tmp_efds = rte_realloc(intr_handle->efds, size * sizeof(int), in rte_intr_event_list_update()
153 tmp_elist = rte_realloc(intr_handle->elist, in rte_intr_event_list_update()
H A Drte_malloc.c216 rte_realloc(void *ptr, size_t size, unsigned int align) in rte_realloc() function
/dpdk/drivers/common/cnxk/
H A Droc_platform.h161 #define plt_realloc rte_realloc
/dpdk/lib/eal/
H A Dversion.map218 rte_realloc;
/dpdk/drivers/regex/cn9k/
H A Dcn9k_regexdev.c569 qp = rte_realloc(qp, sizeof(qp[0]) * cfg->nb_queue_pairs, in cn9k_ree_dev_config()
749 data->rules = rte_realloc(data->rules, in cn9k_ree_rule_db_update()
/dpdk/drivers/event/octeontx/
H A Dssovf_evdev.c437 edev->rxq_pool_array = rte_realloc( in ssovf_eth_rx_adapter_queue_add()
447 edev->rxq_pool_rcnt = rte_realloc( in ssovf_eth_rx_adapter_queue_add()
H A Dtimvf_evdev.c285 rte_realloc(edev->tim_ring_ids, in timvf_ring_create()
/dpdk/lib/compressdev/
H A Drte_compressdev.c356 qp = rte_realloc(qp, sizeof(qp[0]) * nb_qpairs, in rte_compressdev_queue_pairs_config()
/dpdk/app/test-bbdev/
H A Dtest_bbdev_vector.c79 values_resized = (uint32_t *) rte_realloc(values, in parse_values()
105 values_resized = (uint32_t *) rte_realloc(values, in parse_values()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c827 adptr_services->rx_adpt_arr = rte_realloc( in init_adapters()
/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c80 mem = rte_realloc(bt->table, n * sizeof(struct mlx4_mr_cache), 0); in mr_btree_expand()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1094 rxq->event_buf = rte_realloc(rxq->event_buf, rxq->event_sz, in hn_process_events()
/dpdk/drivers/net/failsafe/
H A Dfailsafe_ops.c1459 mcast_addrs = rte_realloc(PRIV(dev)->mcast_addrs, in fs_set_mc_addr_list()
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1544 rxq = rte_realloc(rxq, sizeof(rxq[0]) * nb_queues, in hns3_fake_rx_queue_config()
1590 txq = rte_realloc(txq, sizeof(txq[0]) * nb_queues, in hns3_fake_tx_queue_config()

12