Searched refs:shrink_active_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/mm/ |
D | vmscan.c | 1713 static void shrink_active_list(unsigned long nr_to_scan, in shrink_active_list() function 1893 shrink_active_list(nr_to_scan, lruvec, sc, lru); in shrink_list() 2229 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in shrink_lruvec() 2887 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in age_active_anon()
|
/linux-4.1.27/Documentation/vm/ |
D | unevictable-lru.txt | 651 shrink_active_list() culls any obviously unevictable pages - i.e. 653 However, shrink_active_list() only sees unevictable pages that made it onto the 655 set - otherwise they would be on the unevictable list and shrink_active_list 679 after shrink_active_list() had moved them to the inactive list, or pages mapped
|