Searched refs:free_cores (Results 1 – 1 of 1) sorted by relevance
55 static x86_core_t *free_cores = NULL; variable372 if (free_cores != NULL) { in x86_core_alloc()373 core = free_cores; in x86_core_alloc()374 free_cores = core->next_in_die; in x86_core_alloc()398 core->next_in_die = free_cores; in x86_core_free()399 free_cores = core; in x86_core_free()