Lines Matching defs:inactive

951 		 * inactive list.  Another page table reference will
1117 * inactive list and refilling from the active list. The
1741 unsigned long inactive, isolated;
1750 inactive = node_page_state(pgdat, NR_INACTIVE_FILE);
1753 inactive = node_page_state(pgdat, NR_INACTIVE_ANON);
1763 inactive >>= 3;
1765 return isolated > inactive;
2161 * The inactive anon list should be small enough that the VM never has
2164 * The inactive file list should be small enough to leave most memory
2168 * Both inactive lists should also be large enough that each inactive
2171 * If that fails and refaulting is observed, the inactive list grows.
2175 * of 3 means 3:1 or 25% of the pages are kept on the inactive list.
2178 * memory ratio inactive
2191 unsigned long inactive, active;
2195 inactive = lruvec_page_state(lruvec, NR_LRU_BASE + inactive_lru);
2198 gb = (inactive + active) >> (30 - PAGE_SHIFT);
2204 return inactive * inactive_ratio < active;
2213 * nr[0] = anon inactive pages to scan; nr[1] = anon active pages to scan
2214 * nr[2] = file inactive pages to scan; nr[3] = file active pages to scan
2266 * If there is enough inactive page cache, we do not reclaim
2518 * rebalance the anon lru active/inactive ratio.
2587 * inactive lists are large enough, continue reclaiming
2680 * Target desirable inactive:active list ratios for the anon
2710 * If we have plenty of inactive file pages that aren't
2722 * cache pages start out inactive, every cache fault will tip
3000 * If a full scan of the inactive list fails to free enough memory then we
3074 * We make inactive:active ratio decisions based on the node's
4029 * inactive > active > active referenced > active mapped