Searched defs:inactive_anon_is_low (Results 1 - 1 of 1) sorted by relevance

/mm/
H A Dvmscan.c1798 * inactive_anon_is_low - check if anonymous pages need to be deactivated
1805 static int inactive_anon_is_low(struct mem_cgroup_zone *mz) function
1821 static inline int inactive_anon_is_low(struct mem_cgroup_zone *mz) function
1865 return inactive_anon_is_low(mz);
2125 if (inactive_anon_is_low(mz))
2558 if (inactive_anon_is_low(&mz))

Completed in 39 milliseconds