Home
last modified time | relevance | path

Searched refs:vm_compressor_catchup_threshold_divisor (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/osfmk/vm/
H A Dvm_compressor_xnu.h412 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…
H A Dvm_compressor.c329 uint32_t vm_compressor_catchup_threshold_divisor = 10; variable
1062 vm_compressor_catchup_threshold_divisor = 60; in vm_compressor_init()
1068 vm_compressor_catchup_threshold_divisor = 35; in vm_compressor_init()
1073 vm_compressor_catchup_threshold_divisor = 50; in vm_compressor_init()
H A Dvm_compressor_backing_store.c592 vm_compressor_catchup_threshold_divisor = 30; in vm_compaction_swapper_do_init()
/xnu-11417.101.15/bsd/kern/
H A Dkern_sysctl.c4495 extern uint32_t vm_compressor_catchup_threshold_divisor;
4563 …int error = sysctl_io_number(req, vm_compressor_catchup_threshold_divisor, sizeof(int), &new_value…
4566 vm_compressor_catchup_threshold_divisor = new_value;