Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/vm/
H A Dvm_pageout.h122 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE)
666 #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.c3471 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_pageout_scan()
3711 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE || in vm_pageout_scan()
11120 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_NORMAL_TO_WARNING()
11140 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_WARNING_TO_CRITICAL()
11157 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_WARNING_TO_NORMAL()
11172 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in VM_PRESSURE_CRITICAL_TO_WARNING()
11309 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in run_compressor_perf_test()
H A Dvm_compressor.c1214 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_compressor_init()
H A Dvm_fault.c1055 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) \ in vm_fault_page()