Home
last modified time | relevance | path

Searched refs:rte_malloc_heap_socket_is_external (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_malloc.h501 rte_malloc_heap_socket_is_external(int socket_id);
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def230 rte_malloc_heap_socket_is_external
H A Dversion.map299 rte_malloc_heap_socket_is_external;
/f-stack/dpdk/lib/librte_eal/common/
H A Drte_malloc.c73 if (rte_malloc_heap_socket_is_external(socket_arg) != 1 && in malloc_socket()
293 rte_malloc_heap_socket_is_external(int socket_id) in rte_malloc_heap_socket_is_external() function
/f-stack/dpdk/lib/librte_mempool/
H A Drte_mempool.c449 ret = rte_malloc_heap_socket_is_external(mp->socket_id); in rte_mempool_get_page_size()