Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/vm/
H A Dvm_pageout.h122 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE) macro
H A Dvm_page.h1647 (VM_DYNAMIC_PAGING_ENABLED() ? 0 : vm_page_purgeable_count) \
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()
5657 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_fault_internal()
5662 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_fault_internal()
H A Dvm_pageout.c2265 VM_DYNAMIC_PAGING_ENABLED()) { in vps_flow_control()
2481 if (VM_DYNAMIC_PAGING_ENABLED()) { in vps_choose_victim_page()
3674 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_pageout_scan()
7742 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal) { in upl_commit_range()
7758 if (!VM_DYNAMIC_PAGING_ENABLED() && shadow_object->internal && in upl_commit_range()
H A Dvm_resident.c4863 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_deactivate_internal()
5013 if (!VM_DYNAMIC_PAGING_ENABLED() && in vm_page_activate()
5253 if (!VM_DYNAMIC_PAGING_ENABLED()) { in vm_page_reactivate_all_throttled()