Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c58 static x86_core_t *free_cores = NULL; variable
375 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()