Searched refs:free_cores (Results 1 – 1 of 1) sorted by relevance
58 static x86_core_t *free_cores = NULL; variable375 if (free_cores != NULL) { in x86_core_alloc()376 core = free_cores; in x86_core_alloc()377 free_cores = core->next_in_die; in x86_core_alloc()401 core->next_in_die = free_cores; in x86_core_free()402 free_cores = core; in x86_core_free()