Lines Matching defs:anon
58 * system is close to OOM, scan both anon and file equally
116 * Calculate the pressure balance between anon and file pages.
128 * With swappiness at 100, anon and file have equal IO cost.
349 /* Get scan count for file and anon */
357 * Determine the scan balance between anon and file LRUs.
365 * Target desirable inactive:active list ratios for the anon
424 * anon pages. Try to detect this based on file LRU size.
428 unsigned long free, anon;
445 * Consider anon: if that's low too, this isn't a
449 anon = node_page_state(pgdat, NR_INACTIVE_ANON);
454 anon >> sc->priority;