Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/vm/
H A Dvm_compressor.c353 uint32_t swapout_target_age = 0; variable
554 if (swapout_target_age) { in vm_compressor_is_thrashing()
562 if (c_seg->c_creation_ts > swapout_target_age) { in vm_compressor_is_thrashing()
563 swapout_target_age = 0; in vm_compressor_is_thrashing()
569 return swapout_target_age != 0; in vm_compressor_is_thrashing()
2468 swapout_target_age = 0; in compute_swapout_target_age()
2478 KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, swapout_target_age, 0, 0, 5, 0); in compute_swapout_target_age()
2488 swapout_target_age = 0; in compute_swapout_target_age()
2516 swapout_target_age = (uint32_t)cur_ts_sec - oldest_age_of_csegs_sampled; in compute_swapout_target_age()
2518 …KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, swapout_target_age, working_set_approximation, VM_PAGE_COM… in compute_swapout_target_age()
[all …]
H A Dvm_compressor.h432 extern uint32_t swapout_target_age;
H A Dvm_compressor_backing_store.c1016 if (swapout_target_age || hibernate_flushing == TRUE) { in vm_swapout_thread_throttle_adjust()
1044 if (swapout_target_age == 0 && hibernate_flushing == FALSE) { in vm_swapout_thread_throttle_adjust()
/xnu-8796.121.2/bsd/kern/
H A Dkern_sysctl.c4290 extern uint32_t swapout_target_age;
4394 … OID_AUTO, compressor_swapout_target_age, CTLFLAG_RD | CTLFLAG_LOCKED, &swapout_target_age, 0, "");