Searched refs:shrink_active_list (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/mm/ |
D | vmscan.c | 2074 static void shrink_active_list(unsigned long nr_to_scan, in shrink_active_list() function 2260 shrink_active_list(nr_to_scan, lruvec, sc, lru); in shrink_list() 2596 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in shrink_node_memcg() 3356 shrink_active_list(SWAP_CLUSTER_MAX, lruvec, in age_active_anon()
|
/Linux-v4.19/Documentation/vm/ |
D | unevictable-lru.rst | 582 shrink_active_list() culls any obviously unevictable pages - i.e. 584 However, shrink_active_list() only sees unevictable pages that made it onto the 586 set - otherwise they would be on the unevictable list and shrink_active_list 605 after shrink_active_list() had moved them to the inactive list, or pages mapped
|