Searched refs:recent_rotated (Results 1 – 5 of 5) sorted by relevance
2003 reclaim_stat->recent_rotated[0] += stat.nr_activate[0]; in shrink_inactive_list()2004 reclaim_stat->recent_rotated[1] += stat.nr_activate[1]; in shrink_inactive_list()2127 reclaim_stat->recent_rotated[file] += nr_rotated; in shrink_active_list()2433 reclaim_stat->recent_rotated[0] /= 2; in get_scan_count()2438 reclaim_stat->recent_rotated[1] /= 2; in get_scan_count()2447 ap /= reclaim_stat->recent_rotated[0] + 1; in get_scan_count()2450 fp /= reclaim_stat->recent_rotated[1] + 1; in get_scan_count()
3929 unsigned long recent_rotated[2] = {0, 0}; in memcg_stat_show() local3936 recent_rotated[0] += rstat->recent_rotated[0]; in memcg_stat_show()3937 recent_rotated[1] += rstat->recent_rotated[1]; in memcg_stat_show()3941 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]); in memcg_stat_show()3942 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]); in memcg_stat_show()
272 reclaim_stat->recent_rotated[file]++; in update_page_reclaim_stat()
295 unsigned long recent_rotated[2]; member
595 recent_rotated means recent frequency of LRU rotation.