Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/vm/
H A Dvm_compressor.c2489 uint64_t working_set_approximation = 0; in compute_swapout_target_age() local
2500working_set_approximation += oldest_age_of_csegs_sampled * age_of_decompressions_during_sample_per… in compute_swapout_target_age()
2507 working_set_approximation = (working_set_approximation * 1000) / elapsed_msecs_in_sample; in compute_swapout_target_age()
2509 if (working_set_approximation < VM_PAGE_COMPRESSOR_COUNT) { in compute_swapout_target_age()
2521 …KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, swapout_target_age, working_set_approximation, VM_PAGE_COM… in compute_swapout_target_age()
2523 …KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, working_set_approximation, VM_PAGE_COMPRESSOR_COUNT, 0, 3,… in compute_swapout_target_age()