Searched refs:next_socket_id (Results 1 – 3 of 3) sorted by relevance
58 int next_socket_id; /**< Next socket ID for external malloc heap */ member
1277 uint32_t next_socket_id = mcfg->next_socket_id; in malloc_heap_create() local1280 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()
915 socket_id = mcfg->next_socket_id; in rte_extmem_register()932 mcfg->next_socket_id++; in rte_extmem_register()