| /dpdk/app/test-crypto-perf/ |
| H A D | cperf_test_vector_parsing.c | 236 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 D | cnxk_eventdev_adptr.c | 26 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 D | cnxk_eventdev.c | 602 dev->qos_parse_data = rte_realloc( in parse_queue_param()
|
| H A D | cnxk_tim_evdev.c | 543 rte_realloc(dev->ring_ctl_data, in cnxk_tim_parse_ring_param()
|
| /dpdk/app/test/ |
| H A D | test_malloc.c | 563 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 D | rte_malloc.h | 135 rte_realloc(void *ptr, size_t size, unsigned int align)
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_filter.c | 48 buf = rte_realloc(buf, num * sizeof(*buf), 0); in sfc_filter_cache_match_supported()
|
| H A D | sfc_sw_stats.c | 771 *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 D | sfc_tx.c | 440 rte_realloc(sas->txq_info, in sfc_tx_configure()
|
| H A D | sfc_rx.c | 1784 rte_realloc(sas->rxq_info, in sfc_rx_configure()
|
| H A D | sfc_ethdev.c | 1952 new_controllers = rte_realloc(ctx->controllers, new_size, 0); in sfc_journal_ctx_add_controller()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_interrupts.c | 140 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 D | rte_malloc.c | 216 rte_realloc(void *ptr, size_t size, unsigned int align) in rte_realloc() function
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_platform.h | 161 #define plt_realloc rte_realloc
|
| /dpdk/lib/eal/ |
| H A D | version.map | 218 rte_realloc;
|
| /dpdk/drivers/regex/cn9k/ |
| H A D | cn9k_regexdev.c | 569 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 D | ssovf_evdev.c | 437 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 D | timvf_evdev.c | 285 rte_realloc(edev->tim_ring_ids, in timvf_ring_create()
|
| /dpdk/lib/compressdev/ |
| H A D | rte_compressdev.c | 356 qp = rte_realloc(qp, sizeof(qp[0]) * nb_qpairs, in rte_compressdev_queue_pairs_config()
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_vector.c | 79 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 D | pipeline_worker_tx.c | 827 adptr_services->rx_adpt_arr = rte_realloc( in init_adapters()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_mr.c | 80 mem = rte_realloc(bt->table, n * sizeof(struct mlx4_mr_cache), 0); in mr_btree_expand()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 1094 rxq->event_buf = rte_realloc(rxq->event_buf, rxq->event_sz, in hn_process_events()
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe_ops.c | 1459 mcast_addrs = rte_realloc(PRIV(dev)->mcast_addrs, in fs_set_mc_addr_list()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.c | 1544 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()
|