Searched refs:vm_page_reactivate_local (Results 1 – 3 of 3) sorted by relevance
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_page_internal.h | 779 extern void vm_page_reactivate_local(uint32_t lid, boolean_t force, boolean_t nolocks);
|
| H A D | vm_resident.c | 6123 vm_page_reactivate_local(uint32_t lid, boolean_t force, boolean_t nolocks) in vm_page_reactivate_local() function 8212 vm_page_reactivate_local(lid, TRUE, FALSE); in hibernate_flush_dirty_pages() 8688 vm_page_reactivate_local(lid, TRUE, !preflight); in hibernate_page_list_setall()
|
| H A D | vm_fault.c | 3347 vm_page_reactivate_local(lid, FALSE, FALSE); in vm_fault_enqueue_page()
|