Home
last modified time | relevance | path

Searched refs:next_socket_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_memcfg.h58 int next_socket_id; /**< Next socket ID for external malloc heap */ member
H A Dmalloc_heap.c1277 uint32_t next_socket_id = mcfg->next_socket_id; in malloc_heap_create() local
1280 if (next_socket_id > INT32_MAX) { in malloc_heap_create()
1293 heap->socket_id = next_socket_id; in malloc_heap_create()
1296 mcfg->next_socket_id++; in malloc_heap_create()
1338 mcfg->next_socket_id = EXTERNAL_HEAP_MIN_SOCKET_ID; in rte_eal_malloc_heap_init()
H A Deal_common_memory.c915 socket_id = mcfg->next_socket_id; in rte_extmem_register()
932 mcfg->next_socket_id++; in rte_extmem_register()