Searched refs:vm_compressor_unthrottle_threshold_divisor (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.h208 extern uint32_t vm_compressor_unthrottle_threshold_divisor;
220 #define VM_PAGE_COMPRESSOR_SWAP_UNTHROTTLE_THRESHOLD (((AVAILABLE_MEMORY) * 10) / (vm_compressor_unthrottle_threshold_divisor ? vm_compressor_unthrottle_threshold_divisor : 1))
H A Dvm_compressor.c146 uint32_t vm_compressor_unthrottle_threshold_divisor = 10; variable
317 vm_compressor_unthrottle_threshold_divisor = 20;
322 vm_compressor_unthrottle_threshold_divisor = 35;
/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c3301 extern uint32_t vm_compressor_unthrottle_threshold_divisor;
3315 SYSCTL_INT(_vm, OID_AUTO, compressor_unthrottle_threshold_divisor, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_compressor_unthrottle_threshold_divisor, 0, "");

Completed in 41 milliseconds