Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_get_socket (Results 1 – 6 of 6) sorted by relevance

/dpdk/app/test/
H A Dtest_external_mem.c104 if (rte_malloc_heap_get_socket(name) >= 0 || in test_malloc_invalid_param()
146 if (rte_malloc_heap_get_socket(valid_name) >= 0 || in test_malloc_invalid_param()
297 socket_id = rte_malloc_heap_get_socket(heap_name); in test_malloc_basic()
H A Dtest_malloc.c648 realloc_heap_socket = rte_malloc_heap_get_socket(heap_name); in test_realloc()
/dpdk/lib/eal/include/
H A Drte_malloc.h477 rte_malloc_heap_get_socket(const char *name);
/dpdk/lib/eal/
H A Dversion.map150 rte_malloc_heap_get_socket;
/dpdk/lib/eal/common/
H A Drte_malloc.c266 rte_malloc_heap_get_socket(const char *name) in rte_malloc_heap_get_socket() function
/dpdk/app/test-pmd/
H A Dtestpmd.c927 socket_id = rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME); in setup_extmem()
1164 rte_malloc_heap_get_socket(EXTMEM_HEAP_NAME); in mbuf_pool_create()