Searched refs:vm_compressor_catchup_threshold_divisor (Results 1 – 4 of 4) sorted by relevance
450 extern uint32_t vm_compressor_catchup_threshold_divisor;483 …HOLD (((AVAILABLE_MEMORY) * 11) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…484 … (((AVAILABLE_MEMORY) * 10) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…485 …D (((AVAILABLE_MEMORY) * 9) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…
314 uint32_t vm_compressor_catchup_threshold_divisor = 10; variable1063 vm_compressor_catchup_threshold_divisor = 60; in vm_compressor_init()1069 vm_compressor_catchup_threshold_divisor = 35; in vm_compressor_init()1074 vm_compressor_catchup_threshold_divisor = 50; in vm_compressor_init()
590 vm_compressor_catchup_threshold_divisor = 30; in vm_compaction_swapper_do_init()
4298 extern uint32_t vm_compressor_catchup_threshold_divisor;4366 …int error = sysctl_io_number(req, vm_compressor_catchup_threshold_divisor, sizeof(int), &new_value… in sysctl_catchup_threshold_divisor()4369 vm_compressor_catchup_threshold_divisor = new_value; in sysctl_catchup_threshold_divisor()