Lines Matching defs:anon
56 * system is close to OOM, scan both anon and file equally
114 * Calculate the pressure balance between anon and file pages.
126 * With swappiness at 100, anon and file have equal IO cost.
350 /* Get scan count for file and anon */
358 * Determine the scan balance between anon and file LRUs.
366 * Target desirable inactive:active list ratios for the anon
425 * anon pages. Try to detect this based on file LRU size.
429 unsigned long free, anon;
446 * Consider anon: if that's low too, this isn't a
450 anon = node_page_state(pgdat, NR_INACTIVE_ANON);
455 anon >> sc->priority;