Searched refs:recent_rotated (Results 1 – 5 of 5) sorted by relevance
1856 reclaim_stat->recent_rotated[file] += numpages; in putback_inactive_pages()2161 reclaim_stat->recent_rotated[file] += nr_rotated; in shrink_active_list()2412 reclaim_stat->recent_rotated[0] /= 2; in get_scan_count()2417 reclaim_stat->recent_rotated[1] /= 2; in get_scan_count()2426 ap /= reclaim_stat->recent_rotated[0] + 1; in get_scan_count()2429 fp /= reclaim_stat->recent_rotated[1] + 1; in get_scan_count()
3454 unsigned long recent_rotated[2] = {0, 0}; in memcg_stat_show() local3461 recent_rotated[0] += rstat->recent_rotated[0]; in memcg_stat_show()3462 recent_rotated[1] += rstat->recent_rotated[1]; in memcg_stat_show()3466 seq_printf(m, "recent_rotated_anon %lu\n", recent_rotated[0]); in memcg_stat_show()3467 seq_printf(m, "recent_rotated_file %lu\n", recent_rotated[1]); in memcg_stat_show()
271 reclaim_stat->recent_rotated[file]++; in update_page_reclaim_stat()
232 unsigned long recent_rotated[2]; member
519 recent_rotated means recent frequency of LRU rotation.