Searched refs:vm_config (Results 1 – 2 of 2) sorted by relevance
217 struct vm_config { struct225 extern struct vm_config vm_config; argument239 #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)
329 struct vm_config vm_config; variable5067 bzero(&vm_config, sizeof(vm_config));5075 vm_config.compressor_is_present = TRUE;5076 vm_config.swap_is_present = TRUE;5077 vm_config.compressor_is_active = TRUE;5078 vm_config.swap_is_active = TRUE;5082 vm_config.compressor_is_present = TRUE;5083 vm_config.swap_is_present = TRUE;5084 vm_config.compressor_is_active = TRUE;5092 vm_config.compressor_is_present = TRUE;[all …]