Searched refs:shrink_page_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 220 shrink_page_list() where they will be detected when vmscan walks the reverse 222 shrink_page_list() will cull the page at that point. 288 (5) as mentioned above, in vmscan:shrink_page_list() when attempting to 521 As a result, vmscan/shrink_page_list() might encounter such a page as described 629 semaphore, it will return SWAP_AGAIN. This will allow shrink_page_list() to 682 but will pass on to shrink_page_list(). 684 shrink_page_list() again culls obviously unevictable pages that it could 687 try_to_unmap(). shrink_page_list() will divert them to the unevictable list
|
/linux-4.1.27/mm/ |
D | vmscan.c | 843 static unsigned long shrink_page_list(struct list_head *page_list, in shrink_page_list() function 1207 ret = shrink_page_list(&clean_pages, zone, &sc, in reclaim_clean_pages_from_list() 1562 nr_reclaimed = shrink_page_list(&page_list, zone, sc, TTU_UNMAP, in shrink_inactive_list()
|