Searched refs:vm_compressor_catchup_threshold_divisor (Results 1 – 4 of 4) sorted by relevance
412 extern uint32_t vm_compressor_catchup_threshold_divisor;450 …HOLD (((AVAILABLE_MEMORY) * 11) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…451 … (((AVAILABLE_MEMORY) * 10) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…452 …D (((AVAILABLE_MEMORY) * 9) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…
329 uint32_t vm_compressor_catchup_threshold_divisor = 10; variable1066 vm_compressor_catchup_threshold_divisor = 60; in vm_compressor_init()1072 vm_compressor_catchup_threshold_divisor = 35; in vm_compressor_init()1077 vm_compressor_catchup_threshold_divisor = 50; in vm_compressor_init()
612 vm_compressor_catchup_threshold_divisor = 30; in vm_compaction_swapper_do_init()
4563 extern uint32_t vm_compressor_catchup_threshold_divisor;4631 …int error = sysctl_io_number(req, vm_compressor_catchup_threshold_divisor, sizeof(int), &new_value…4634 vm_compressor_catchup_threshold_divisor = new_value;