Home
last modified time | relevance | path

Searched refs:rte_malloc_socket (Results 1 – 17 of 17) sorted by relevance

/dpdk/app/test/
H A Dtest_malloc.c281 void *dummy = rte_malloc_socket(NULL, RTE_CACHE_LINE_SIZE, 0, socket); in test_multi_alloc_statistics()
296 void *p1 = rte_malloc_socket("stats", size , align, socket); in test_multi_alloc_statistics()
317 void *p2 = rte_malloc_socket("add", size ,align, socket); in test_multi_alloc_statistics()
322 void *p3 = rte_malloc_socket("add2", size,align, socket); in test_multi_alloc_statistics()
468 char *ptr5 = rte_malloc_socket( in test_realloc_socket()
492 char *ptr7 = rte_malloc_socket(NULL, size7, orig_align, socket); in test_realloc_socket()
518 char *ptr9 = rte_malloc_socket( in test_realloc_socket()
524 char *ptr10 = rte_malloc_socket( in test_realloc_socket()
936 mem = rte_malloc_socket(type, size, align, socket); in test_alloc_single_socket()
H A Dtest_external_mem.c305 ptr = rte_malloc_socket("EXTMEM", 64, 0, socket_id); in test_malloc_basic()
325 ptr = rte_malloc_socket("EXTMEM", 64, 0, socket_id); in test_malloc_basic()
/dpdk/lib/eal/common/
H A Drte_malloc.c84 rte_malloc_socket(const char *type, size_t size, unsigned int align, in rte_malloc_socket() function
102 return rte_malloc_socket(type, size, align, SOCKET_ID_ANY); in rte_malloc()
111 void *ptr = rte_malloc_socket(type, size, align, socket); in rte_zmalloc_socket()
170 return rte_malloc_socket(NULL, size, align, socket); in rte_realloc_socket()
200 void *new_ptr = rte_malloc_socket(NULL, size, align, socket); in rte_realloc_socket()
/dpdk/lib/eal/include/
H A Drte_malloc.h188 rte_malloc_socket(const char *type, size_t size, unsigned align, int socket)
/dpdk/app/test-pipeline/
H A Druntime.c80 worker_mbuf = rte_malloc_socket(NULL, sizeof(struct app_mbuf_array), in app_main_loop_worker()
/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.c84 data = rte_malloc_socket(type, size, least, socket); in mlx4_mallocv_inline()
H A Dmlx4.c167 ret = rte_malloc_socket(__func__, size, alignment, socket); in mlx4_alloc_verbs_buf()
/dpdk/drivers/net/sfc/
H A Dsfc_tso.c26 sw_ring[i].tsoh = rte_malloc_socket("sfc-efx-txq-tsoh-obj", in sfc_efx_tso_alloc_tsoh_objs()
/dpdk/drivers/common/mlx5/
H A Dmlx5_malloc.c184 addr = rte_malloc_socket(NULL, size, align, socket); in mlx5_malloc()
/dpdk/lib/eal/
H A Dversion.map157 rte_malloc_socket;
/dpdk/lib/vhost/
H A Dvhost.c259 idesc = rte_malloc_socket(__func__, desc_len, 0, vq->numa_node); in vhost_alloc_copy_ind_table()
1646 async->pkts_info = rte_malloc_socket(NULL, vq->size * sizeof(struct async_inflight_info), in async_channel_register()
1663 async->buffers_packed = rte_malloc_socket(NULL, in async_channel_register()
1672 async->descs_split = rte_malloc_socket(NULL, in async_channel_register()
H A Dvhost_user.c452 vq->shadow_used_packed = rte_malloc_socket(NULL, in vhost_user_set_vring_num()
466 vq->shadow_used_split = rte_malloc_socket(NULL, in vhost_user_set_vring_num()
479 vq->batch_copy_elems = rte_malloc_socket(NULL, in vhost_user_set_vring_num()
2273 vq->log_cache = rte_malloc_socket("vq log cache", in vhost_user_set_log_base()
/dpdk/lib/graph/
H A Dgraph_stats.c309 rc = rte_malloc_socket(NULL, stats->sz, 0, stats->socket_id); in rte_graph_cluster_stats_create()
/dpdk/drivers/event/sw/
H A Dsw_evdev.c531 sw->chunks = rte_malloc_socket(NULL, in sw_dev_configure()
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c887 rxq->event_buf = rte_malloc_socket("HN_EVENTS", HN_RXQ_EVENT_DEFAULT, in hn_rx_queue_alloc()
/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c1498 internal->iface_name = rte_malloc_socket(name, strlen(iface_name) + 1, in eth_dev_vhost_create()
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c2158 hw->rss_key = rte_malloc_socket("rss_key", in virtio_dev_rss_init()