Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/vm/
H A Dvm_compressor.c2486 uint64_t working_set_approximation = 0; in compute_swapout_target_age() local
2497working_set_approximation += oldest_age_of_csegs_sampled * age_of_decompressions_during_sample_per… in compute_swapout_target_age()
2504 working_set_approximation = (working_set_approximation * 1000) / elapsed_msecs_in_sample; in compute_swapout_target_age()
2506 if (working_set_approximation < VM_PAGE_COMPRESSOR_COUNT) { 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()
2520 …KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, working_set_approximation, VM_PAGE_COMPRESSOR_COUNT, 0, 3,… in compute_swapout_target_age()