Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/vm/
H A Dvm_pageout.h120 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE) macro
H A Dvm_fault.c903 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_zero_page()
908 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_fault_zero_page()
5434 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_internal()
5439 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.c2232 VM_DYNAMIC_PAGING_ENABLED()) { in vps_flow_control()
2448 if (VM_DYNAMIC_PAGING_ENABLED()) { in vps_choose_victim_page()
3643 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_pageout_scan()
7719 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal) { in upl_commit_range()
7735 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal && in upl_commit_range()
H A Dvm_resident.c4865 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_deactivate_internal()
5015 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_activate()
5255 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_page_reactivate_all_throttled()