Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.c351 uint32_t vm_ripe_target_age = (60 * 60 * 48); variable
2578 if (age >= vm_ripe_target_age) { in vm_compressor_swapout_is_ripe()
2850 if ((now - c_seg->c_creation_ts) >= vm_ripe_target_age) { in vm_consider_swapping()
3927 if ((now - c_seg->c_creation_ts) >= vm_ripe_target_age) { in vm_compressor_compact_and_swap()
/xnu-8796.121.2/bsd/kern/
H A Dkern_sysctl.c4289 extern uint32_t vm_ripe_target_age;
4402 …vm, OID_AUTO, vm_ripe_target_age_in_secs, CTLFLAG_RW | CTLFLAG_LOCKED, &vm_ripe_target_age, 0, "");