Searched refs:inactive_list_is_low (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | vmscan.c | 2230 static bool inactive_list_is_low(struct lruvec *lruvec, bool file, in inactive_list_is_low() function 2280 if (inactive_list_is_low(lruvec, is_file_lru(lru), sc, true)) in shrink_list() 2380 if (!inactive_list_is_low(lruvec, false, sc, false) && in get_scan_count() 2398 if (!inactive_list_is_low(lruvec, true, sc, false) && in get_scan_count() 2671 if (inactive_list_is_low(lruvec, false, sc, true)) in shrink_node_memcg() 3407 if (inactive_list_is_low(lruvec, false, sc, true)) in age_active_anon()
|