Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/vm/
H A Dvm_page.h1242 extern boolean_t vm_lopage_refill;
H A Dvm_resident.c226 boolean_t vm_lopage_refill = FALSE; variable
944 if ((mem->vmp_lopage == TRUE || vm_lopage_refill == TRUE) && in vm_page_put_list_on_free_queue()
957 vm_lopage_refill = FALSE; in vm_page_put_list_on_free_queue()
3922 vm_lopage_refill = TRUE; in vm_page_grablo()
/xnu-11417.121.6/osfmk/i386/
H A Di386_vm_init.c828 vm_lopage_refill = TRUE; in i386_vm_init()