Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/vm/
H A Dvm_pageout.h120 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE)
660 #define VM_CONFIG_COMPRESSOR_IS_ACTIVE (vm_config.compressor_is_active == TRUE) macro
H A Dvm_phantom_cache.c113 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_phantom_cache_init()
H A Dvm_pageout.c3351 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_pageout_scan()
3574 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE || in vm_pageout_scan()
10958 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_NORMAL_TO_WARNING()
10978 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_WARNING_TO_CRITICAL()
10995 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_WARNING_TO_NORMAL()
11010 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_CRITICAL_TO_WARNING()
H A Dvm_compressor.c1043 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_compressor_init()
H A Dvm_fault.c1046 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) \ in vm_fault_page()