Searched refs:shrink_page_list (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | unevictable-lru.rst | 203 shrink_page_list() where they will be detected when vmscan walks the reverse 205 shrink_page_list() will cull the page at that point. 270 (5) as mentioned above, in vmscan:shrink_page_list() when attempting to 531 As a result, vmscan/shrink_page_list() might encounter such a page as described 612 but will pass on to shrink_page_list(). 614 shrink_page_list() again culls obviously unevictable pages that it could 617 try_to_unmap(). shrink_page_list() will divert them to the unevictable list
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | vmscan.c | 1121 static unsigned int shrink_page_list(struct list_head *page_list, in shrink_page_list() function 1569 nr_reclaimed = shrink_page_list(&clean_pages, zone->zone_pgdat, &sc, in reclaim_clean_pages_from_list() 2016 nr_reclaimed = shrink_page_list(&page_list, pgdat, sc, &stat, false); in shrink_inactive_list() 2202 nr_reclaimed += shrink_page_list(&node_page_list, in reclaim_pages() 2215 nr_reclaimed += shrink_page_list(&node_page_list, in reclaim_pages()
|