Home
last modified time | relevance | path

Searched refs:vm_ripe_target_age (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/vm/
H A Dvm_compressor.c351 uint32_t vm_ripe_target_age = (60 * 60 * 48); variable
2581 if (age >= vm_ripe_target_age) { in vm_compressor_swapout_is_ripe()
2853 if ((now - c_seg->c_creation_ts) >= vm_ripe_target_age) { in vm_consider_swapping()
3930 if ((now - c_seg->c_creation_ts) >= vm_ripe_target_age) { in vm_compressor_compact_and_swap()
/xnu-8792.61.2/bsd/kern/
H A Dkern_sysctl.c4282 extern uint32_t vm_ripe_target_age;
4395 …vm, OID_AUTO, vm_ripe_target_age_in_secs, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_ripe_target_age, 0, "");