Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c366 uint32_t swapout_target_age = 0; variable
613 if (swapout_target_age) { in vm_compressor_is_thrashing()
621 if (c_seg->c_creation_ts > swapout_target_age) { in vm_compressor_is_thrashing()
622 swapout_target_age = 0; in vm_compressor_is_thrashing()
628 return swapout_target_age != 0; in vm_compressor_is_thrashing()
2579 swapout_target_age = 0; in compute_swapout_target_age()
2589 KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, swapout_target_age, 0, 0, 5, 0); in compute_swapout_target_age()
2599 swapout_target_age = 0; in compute_swapout_target_age()
2627 swapout_target_age = (uint32_t)cur_ts_sec - oldest_age_of_csegs_sampled; in compute_swapout_target_age()
2629 …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_xnu.h407 extern uint32_t swapout_target_age;
H A Dvm_compressor_backing_store.c1046 if (swapout_target_age || hibernate_flushing == TRUE) { in vm_swapout_thread_throttle_adjust()
1074 if (swapout_target_age == 0 && hibernate_flushing == FALSE) { in vm_swapout_thread_throttle_adjust()
/xnu-12377.1.9/bsd/kern/
H A Dkern_sysctl.c4544 extern uint32_t swapout_target_age;
4652 … OID_AUTO, compressor_swapout_target_age, CTLFLAG_RD | CTLFLAG_LOCKED, &swapout_target_age, 0, "");