Searched refs:inactive_list_is_low (Results 1 – 1 of 1) sorted by relevance
/mm/ |
D | vmscan.c | 2047 static bool inactive_list_is_low(struct lruvec *lruvec, bool file, in inactive_list_is_low() function 2079 if (inactive_list_is_low(lruvec, is_file_lru(lru), sc)) in shrink_list() 2210 if (!inactive_list_is_low(lruvec, true, sc) && in get_scan_count() 2435 if (inactive_list_is_low(lruvec, false, sc)) in shrink_node_memcg() 3095 if (inactive_list_is_low(lruvec, false, sc)) in age_active_anon()
|