Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_memcfg.h58 int next_socket_id; /**< Next socket ID for external malloc heap */ member
H A Dmalloc_heap.c1346 uint32_t next_socket_id = mcfg->next_socket_id; in malloc_heap_create() local
1349 if (next_socket_id > INT32_MAX) { in malloc_heap_create()
1362 heap->socket_id = next_socket_id; in malloc_heap_create()
1365 mcfg->next_socket_id++; in malloc_heap_create()
1407 mcfg->next_socket_id = EXTERNAL_HEAP_MIN_SOCKET_ID; in rte_eal_malloc_heap_init()
H A Deal_common_memory.c924 socket_id = mcfg->next_socket_id; in rte_extmem_register()
941 mcfg->next_socket_id++; in rte_extmem_register()