Searched refs:DECOMPRESSION_SAMPLE_MAX_AGE (Results 1 – 1 of 1) sorted by relevance
361 #define DECOMPRESSION_SAMPLE_MAX_AGE (60 * 30) macro367 uint32_t age_of_decompressions_during_sample_period[DECOMPRESSION_SAMPLE_MAX_AGE];2601 …for (oldest_age_of_csegs_sampled = 0; oldest_age_of_csegs_sampled < DECOMPRESSION_SAMPLE_MAX_AGE; … in compute_swapout_target_age()2610 if (oldest_age_of_csegs_sampled < DECOMPRESSION_SAMPLE_MAX_AGE) { in compute_swapout_target_age()2616 …for (oldest_age_of_csegs_sampled = DECOMPRESSION_SAMPLE_MAX_AGE - 1; oldest_age_of_csegs_sampled; … in compute_swapout_target_age()5344 if (age_of_cseg < DECOMPRESSION_SAMPLE_MAX_AGE) { in c_decompress_page()