Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor.c2593 uint64_t running_total; in compute_swapout_target_age() local
2603 running_total = 0; in compute_swapout_target_age()
2606 running_total += age_of_decompressions_during_sample_period[oldest_age_of_csegs_sampled]; in compute_swapout_target_age()
2610 if (running_total >= working_target) { in compute_swapout_target_age()
2618 running_total = overage_decompressions_during_sample_period; in compute_swapout_target_age()
2621 running_total += age_of_decompressions_during_sample_period[oldest_age_of_csegs_sampled]; in compute_swapout_target_age()
2623 if (running_total >= aging_target) { in compute_swapout_target_age()
2634 KERNEL_DEBUG(0xe0400020 | DBG_FUNC_END, working_target, running_total, 0, 4, 0); in compute_swapout_target_age()