Searched refs:recent_rotated (Results 1 – 5 of 5) sorted by relevance
1517 reclaim_stat->recent_rotated[file] += numpages; in putback_inactive_pages()1850 reclaim_stat->recent_rotated[file] += nr_rotated; in shrink_active_list()2086 reclaim_stat->recent_rotated[0] /= 2; in get_scan_count()2091 reclaim_stat->recent_rotated[1] /= 2; in get_scan_count()2100 ap /= reclaim_stat->recent_rotated[0] + 1; in get_scan_count()2103 fp /= reclaim_stat->recent_rotated[1] + 1; in get_scan_count()
3225 unsigned long recent_rotated[2] = {0, 0}; in memcg_stat_show() local3233 recent_rotated[0] += rstat->recent_rotated[0]; in memcg_stat_show()3234 recent_rotated[1] += rstat->recent_rotated[1]; in memcg_stat_show()3238 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]); in memcg_stat_show()3239 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]); in memcg_stat_show()
499 reclaim_stat->recent_rotated[file]++; in update_page_reclaim_stat()
212 unsigned long recent_rotated[2]; member
527 recent_rotated means recent frequency of LRU rotation.