Searched refs:DECOMPRESSION_SAMPLE_MAX_AGE (Results 1 – 1 of 1) sorted by relevance
353 #define DECOMPRESSION_SAMPLE_MAX_AGE (60 * 30) macro359 uint32_t age_of_decompressions_during_sample_period[DECOMPRESSION_SAMPLE_MAX_AGE];2494 …for (oldest_age_of_csegs_sampled = 0; oldest_age_of_csegs_sampled < DECOMPRESSION_SAMPLE_MAX_AGE; … in compute_swapout_target_age()2503 if (oldest_age_of_csegs_sampled < DECOMPRESSION_SAMPLE_MAX_AGE) { in compute_swapout_target_age()2509 …for (oldest_age_of_csegs_sampled = DECOMPRESSION_SAMPLE_MAX_AGE - 1; oldest_age_of_csegs_sampled; … in compute_swapout_target_age()5163 if (age_of_cseg < DECOMPRESSION_SAMPLE_MAX_AGE) { in c_decompress_page()