Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_pageout.h122 #define VM_DYNAMIC_PAGING_ENABLED() (VM_CONFIG_COMPRESSOR_IS_ACTIVE)
240 #define VM_CONFIG_COMPRESSOR_IS_ACTIVE (vm_config.compressor_is_active == TRUE) macro
H A Dvm_phantom_cache.c114 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_phantom_cache_init()
H A Dvm_pageout.c3719 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) {
3960 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE ||
10571 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) {
10596 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) {
10611 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) {
10624 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) {
10757 if (!VM_CONFIG_COMPRESSOR_IS_ACTIVE) {
H A Dvm_compressor.c1251 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_compressor_init()
H A Dvm_fault.c1038 if (VM_CONFIG_COMPRESSOR_IS_ACTIVE) { in vm_fault_page_release_page()