Searched refs:inactive_list_is_low (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/mm/ |
D | vmscan.c | 2202 static bool inactive_list_is_low(struct lruvec *lruvec, bool file, in inactive_list_is_low() function 2258 if (inactive_list_is_low(lruvec, is_file_lru(lru), in shrink_list() 2359 if (!inactive_list_is_low(lruvec, false, memcg, sc, false) && in get_scan_count() 2377 if (!inactive_list_is_low(lruvec, true, memcg, sc, false) && in get_scan_count() 2595 if (inactive_list_is_low(lruvec, false, memcg, sc, true)) in shrink_node_memcg() 3355 if (inactive_list_is_low(lruvec, false, memcg, sc, true)) in age_active_anon()
|