Searched refs:vm_compressor_catchup_threshold_divisor (Results 1 – 4 of 4) sorted by relevance
426 extern uint32_t vm_compressor_catchup_threshold_divisor;459 …HOLD (((AVAILABLE_MEMORY) * 11) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…460 … (((AVAILABLE_MEMORY) * 10) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…461 …D (((AVAILABLE_MEMORY) * 9) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…
287 uint32_t vm_compressor_catchup_threshold_divisor = 10; variable704 vm_compressor_catchup_threshold_divisor = 60; in vm_compressor_init()710 vm_compressor_catchup_threshold_divisor = 35; in vm_compressor_init()715 vm_compressor_catchup_threshold_divisor = 50; in vm_compressor_init()
547 vm_compressor_catchup_threshold_divisor = 30; in vm_compaction_swapper_do_init()
4011 extern uint32_t vm_compressor_catchup_threshold_divisor;4079 …int error = sysctl_io_number(req, vm_compressor_catchup_threshold_divisor, sizeof(int), &new_value… in sysctl_catchup_threshold_divisor()4082 vm_compressor_catchup_threshold_divisor = new_value; in sysctl_catchup_threshold_divisor()