| /f-stack/dpdk/app/test/ |
| H A D | test_malloc.c | 280 void *dummy = rte_malloc_socket(NULL, RTE_CACHE_LINE_SIZE, 0, socket); in test_multi_alloc_statistics() 295 void *p1 = rte_malloc_socket("stats", size , align, socket); in test_multi_alloc_statistics() 316 void *p2 = rte_malloc_socket("add", size ,align, socket); in test_multi_alloc_statistics() 321 void *p3 = rte_malloc_socket("add2", size,align, socket); in test_multi_alloc_statistics() 459 char *ptr5 = rte_malloc_socket( in test_realloc_socket() 483 char *ptr7 = rte_malloc_socket(NULL, size7, orig_align, socket); in test_realloc_socket() 509 char *ptr9 = rte_malloc_socket( in test_realloc_socket() 515 char *ptr10 = rte_malloc_socket( in test_realloc_socket() 926 mem = rte_malloc_socket(type, size, align, socket); in test_alloc_single_socket()
|
| H A D | test_external_mem.c | 293 ptr = rte_malloc_socket("EXTMEM", 64, 0, socket_id); in test_malloc_basic() 313 ptr = rte_malloc_socket("EXTMEM", 64, 0, socket_id); in test_malloc_basic()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_pool.h | 78 struct qnode_pool *p = rte_malloc_socket(NULL, in _qnode_pool_create() 85 p->stub = rte_malloc_socket(NULL, in _qnode_pool_create() 219 n = rte_malloc_socket(NULL, in _qnode_alloc()
|
| H A D | lthread_objcache.h | 46 rte_malloc_socket(NULL, sizeof(struct lthread_objcache), in _lthread_objcache_create()
|
| H A D | lthread_queue.h | 66 new_queue = rte_malloc_socket(NULL, sizeof(struct lthread_queue), in _lthread_queue_create()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 89 rte_malloc_socket(const char *type, size_t size, unsigned int align, in rte_malloc_socket() function 107 return rte_malloc_socket(type, size, align, SOCKET_ID_ANY); in rte_malloc() 116 void *ptr = rte_malloc_socket(type, size, align, socket); in rte_zmalloc_socket() 166 return rte_malloc_socket(NULL, size, align, socket); in rte_realloc_socket() 191 void *new_ptr = rte_malloc_socket(NULL, size, align, socket); in rte_realloc_socket()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_malloc.h | 189 rte_malloc_socket(const char *type, size_t size, unsigned align, int socket)
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | runtime.c | 81 worker_mbuf = rte_malloc_socket(NULL, sizeof(struct app_mbuf_array), in app_main_loop_worker()
|
| /f-stack/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() 210 ppriv = rte_malloc_socket("mlx4_proc_priv", ppriv_size, in mlx4_proc_priv_init()
|
| /f-stack/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()
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 88 rte_malloc_socket
|
| H A D | version.map | 121 rte_malloc_socket;
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_malloc.c | 186 addr = rte_malloc_socket(NULL, size, align, socket); in mlx5_malloc()
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost.c | 1631 vq->async_pkts_pending = rte_malloc_socket(NULL, in rte_vhost_async_channel_register() 1634 vq->async_pkts_info = rte_malloc_socket(NULL, in rte_vhost_async_channel_register() 1637 vq->it_pool = rte_malloc_socket(NULL, in rte_vhost_async_channel_register() 1640 vq->vec_pool = rte_malloc_socket(NULL, in rte_vhost_async_channel_register()
|
| H A D | vhost_user.c | 512 vq = rte_malloc_socket(NULL, sizeof(*vq), 0, newnode); in numa_realloc() 519 new_shadow_used_packed = rte_malloc_socket(NULL, in numa_realloc() 529 new_shadow_used_split = rte_malloc_socket(NULL, in numa_realloc() 540 new_batch_copy_elems = rte_malloc_socket(NULL, in numa_realloc() 564 dev = rte_malloc_socket(NULL, sizeof(*dev), 0, newnode); in numa_realloc()
|
| /f-stack/dpdk/lib/librte_graph/ |
| H A D | graph_stats.c | 307 rc = rte_malloc_socket(NULL, stats->sz, 0, stats->socket_id); in rte_graph_cluster_stats_create()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 532 sw->chunks = rte_malloc_socket(NULL, in sw_dev_configure()
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rxtx.c | 889 rxq->event_buf = rte_malloc_socket("HN_EVENTS", HN_RXQ_EVENT_DEFAULT, in hn_rx_queue_alloc()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1437 internal->iface_name = rte_malloc_socket(name, strlen(iface_name) + 1, in eth_dev_vhost_create()
|