Searched refs:vm_compressor_catchup_threshold_divisor (Results 1 – 4 of 4) sorted by relevance
403 extern uint32_t vm_compressor_catchup_threshold_divisor;444 …HOLD (((AVAILABLE_MEMORY) * 11) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…445 … (((AVAILABLE_MEMORY) * 10) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…446 …D (((AVAILABLE_MEMORY) * 9) / (vm_compressor_catchup_threshold_divisor ? vm_compressor_catchu…
330 uint32_t vm_compressor_catchup_threshold_divisor = 10; variable1101 vm_compressor_catchup_threshold_divisor = 60; in vm_compressor_init()1107 vm_compressor_catchup_threshold_divisor = 35; in vm_compressor_init()1112 vm_compressor_catchup_threshold_divisor = 50; in vm_compressor_init()
592 vm_compressor_catchup_threshold_divisor = 30; in vm_compaction_swapper_do_init()
4468 extern uint32_t vm_compressor_catchup_threshold_divisor;4536 …int error = sysctl_io_number(req, vm_compressor_catchup_threshold_divisor, sizeof(int), &new_value…4539 vm_compressor_catchup_threshold_divisor = new_value;