Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Di386_vm_init.c827 vm_lopage_refill = TRUE; in i386_vm_init()
/xnu-8792.61.2/osfmk/vm/
H A Dvm_page.h1427 extern boolean_t vm_lopage_refill;
H A Dvm_resident.c161 boolean_t vm_lopage_refill = FALSE; variable
3069 vm_lopage_refill = TRUE; in vm_page_grablo()
3714 if ((mem->vmp_lopage == TRUE || vm_lopage_refill == TRUE) && in vm_page_release()
3726 vm_lopage_refill = FALSE; in vm_page_release()
4326 if ((mem->vmp_lopage == TRUE || vm_lopage_refill == TRUE) && in vm_page_free_list()