Home
last modified time | relevance | path

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

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