Home
last modified time | relevance | path

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

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