Searched refs:vm_compressor_temp (Results 1 – 1 of 1) sorted by relevance
275 int i, vm_compressor_temp; in vm_fault_init() local292 if (PE_parse_boot_argn("vm_compressor", &vm_compressor_temp, sizeof(vm_compressor_temp))) { in vm_fault_init()294 if (((vm_compressor_temp & (1 << i)) == vm_compressor_temp)) { in vm_fault_init()296 vm_compressor_mode = vm_compressor_temp; in vm_fault_init()301 printf("Ignoring \"vm_compressor\" boot arg %d\n", vm_compressor_temp); in vm_fault_init()