Searched refs:vm_ripe_target_age (Results 1 – 2 of 2) sorted by relevance
351 uint32_t vm_ripe_target_age = (60 * 60 * 48); variable2578 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()
4289 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, "");