| /dpdk/app/test/ |
| H A D | test_malloc.c | 281 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 D | test_external_mem.c | 305 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 D | rte_malloc.c | 84 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 D | rte_malloc.h | 188 rte_malloc_socket(const char *type, size_t size, unsigned align, int socket)
|
| /dpdk/app/test-pipeline/ |
| H A D | runtime.c | 80 worker_mbuf = rte_malloc_socket(NULL, sizeof(struct app_mbuf_array), in app_main_loop_worker()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.c | 84 data = rte_malloc_socket(type, size, least, socket); in mlx4_mallocv_inline()
|
| H A D | mlx4.c | 167 ret = rte_malloc_socket(__func__, size, alignment, socket); in mlx4_alloc_verbs_buf()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_tso.c | 26 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 D | mlx5_malloc.c | 184 addr = rte_malloc_socket(NULL, size, align, socket); in mlx5_malloc()
|
| /dpdk/lib/eal/ |
| H A D | version.map | 157 rte_malloc_socket;
|
| /dpdk/lib/vhost/ |
| H A D | vhost.c | 259 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 D | vhost_user.c | 452 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 D | graph_stats.c | 309 rc = rte_malloc_socket(NULL, stats->sz, 0, stats->socket_id); in rte_graph_cluster_stats_create()
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 531 sw->chunks = rte_malloc_socket(NULL, in sw_dev_configure()
|
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 887 rxq->event_buf = rte_malloc_socket("HN_EVENTS", HN_RXQ_EVENT_DEFAULT, in hn_rx_queue_alloc()
|
| /dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1498 internal->iface_name = rte_malloc_socket(name, strlen(iface_name) + 1, in eth_dev_vhost_create()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio_ethdev.c | 2158 hw->rss_key = rte_malloc_socket("rss_key", in virtio_dev_rss_init()
|