Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c56 static x86_pkg_t *free_pkgs = NULL; variable
562 if (free_pkgs != NULL) { in x86_package_alloc()
563 pkg = free_pkgs; in x86_package_alloc()
564 free_pkgs = pkg->next; in x86_package_alloc()
588 pkg->next = free_pkgs; in x86_package_free()
589 free_pkgs = pkg; in x86_package_free()