Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/vm/
H A Dvm_pageout.h122 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE) macro
H A Dvm_fault.c911 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_zero_page()
916 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_fault_zero_page()
5503 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_internal()
5508 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_fault_internal()
H A Dvm_page.h1642 (VM_DYNAMIC_PAGING_ENABLED() ? 0 : vm_page_purgeable_count) \
H A Dvm_pageout.c2243 VM_DYNAMIC_PAGING_ENABLED()) { in vps_flow_control()
2459 if (VM_DYNAMIC_PAGING_ENABLED()) { in vps_choose_victim_page()
3652 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_pageout_scan()
7699 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal) { in upl_commit_range()
7715 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal && in upl_commit_range()
H A Dvm_resident.c4854 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_deactivate_internal()
5004 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_activate()
5244 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_page_reactivate_all_throttled()