Searched refs:recent_rotated (Results 1 – 5 of 5) sorted by relevance
1469 reclaim_stat->recent_rotated[file] += numpages; in putback_inactive_pages()1802 reclaim_stat->recent_rotated[file] += nr_rotated; in shrink_active_list()2041 reclaim_stat->recent_rotated[0] /= 2; in get_scan_count()2046 reclaim_stat->recent_rotated[1] /= 2; in get_scan_count()2055 ap /= reclaim_stat->recent_rotated[0] + 1; in get_scan_count()2058 fp /= reclaim_stat->recent_rotated[1] + 1; in get_scan_count()
3524 unsigned long recent_rotated[2] = {0, 0}; in memcg_stat_show() local3532 recent_rotated[0] += rstat->recent_rotated[0]; in memcg_stat_show()3533 recent_rotated[1] += rstat->recent_rotated[1]; in memcg_stat_show()3537 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]); in memcg_stat_show()3538 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
526 recent_rotated means recent frequency of LRU rotation.