Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/i386/
H A Dcpu_threads.c53 static x86_pkg_t *free_pkgs = NULL; variable
559 if (free_pkgs != NULL) { in x86_package_alloc()
560 pkg = free_pkgs; in x86_package_alloc()
561 free_pkgs = pkg->next; in x86_package_alloc()
585 pkg->next = free_pkgs; in x86_package_free()
586 free_pkgs = pkg; in x86_package_free()