Home
last modified time | relevance | path

Searched refs:vm_config (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_pageout.h217 struct vm_config { struct
225 extern struct vm_config vm_config; argument
239 #define VM_CONFIG_COMPRESSOR_IS_PRESENT (vm_config.compressor_is_present == TRUE)
240 #define VM_CONFIG_COMPRESSOR_IS_ACTIVE (vm_config.compressor_is_active == TRUE)
241 #define VM_CONFIG_SWAP_IS_PRESENT (vm_config.swap_is_present == TRUE)
242 #define VM_CONFIG_SWAP_IS_ACTIVE (vm_config.swap_is_active == TRUE)
243 #define VM_CONFIG_FREEZER_SWAP_IS_ACTIVE (vm_config.freezer_swap_is_active == TRUE)
H A Dvm_pageout.c338 struct vm_config vm_config; variable
5120 bzero(&vm_config, sizeof(vm_config));
5128 vm_config.compressor_is_present = TRUE;
5129 vm_config.swap_is_present = TRUE;
5130 vm_config.compressor_is_active = TRUE;
5131 vm_config.swap_is_active = TRUE;
5135 vm_config.compressor_is_present = TRUE;
5136 vm_config.swap_is_present = TRUE;
5137 vm_config.compressor_is_active = TRUE;
5145 vm_config.compressor_is_present = TRUE;
[all …]