Searched refs:vm_compressor_catchup_threshold_divisor (Results 1 – 4 of 4) sorted by relevance
439 extern uint32_t vm_compressor_catchup_threshold_divisor;472 …HOLD (((AVAILABLE_MEMORY) * 11) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…473 … (((AVAILABLE_MEMORY) * 10) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…474 …D (((AVAILABLE_MEMORY) * 9) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…
314 uint32_t vm_compressor_catchup_threshold_divisor = 10; variable1060 vm_compressor_catchup_threshold_divisor = 60; in vm_compressor_init()1066 vm_compressor_catchup_threshold_divisor = 35; in vm_compressor_init()1071 vm_compressor_catchup_threshold_divisor = 50; in vm_compressor_init()
593 vm_compressor_catchup_threshold_divisor = 30; in vm_compaction_swapper_do_init()
4305 extern uint32_t vm_compressor_catchup_threshold_divisor;4373 …int error = sysctl_io_number(req, vm_compressor_catchup_threshold_divisor, sizeof(int), &new_value… in sysctl_catchup_threshold_divisor()4376 vm_compressor_catchup_threshold_divisor = new_value; in sysctl_catchup_threshold_divisor()