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