Lines Matching refs:LRU
47 - pages are linked to per-memcg LRU exclusively, and there is no global LRU.
183 updated. page_cgroup has its own LRU on cgroup.
190 Some pages which are never reclaimable and will not be on the LRU
210 Note: we just account pages-on-LRU because our purpose is to control amount
211 of used pages; not-on-LRU pages tend to be out-of-control from VM view.
247 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
250 affecting global LRU, memory+swap limit is better than just limiting swap from
257 caches are dropped. But as mentioned above, global LRU can do swapout memory
264 Each cgroup maintains a per cgroup LRU which has the same structure as
272 pages that are selected for reclaiming come from the per-cgroup LRU
296 Per-node-per-memcgroup LRU (cgroup's private LRU) is guarded by
298 isolating a page from its LRU under lruvec->lru_lock.
543 LRU list.
545 LRU list.
546 inactive_file # of bytes of file-backed memory on inactive LRU list.
547 active_file # of bytes of file-backed memory on active LRU list.
577 recent_rotated means recent frequency of LRU rotation.
578 recent_scanned means recent # of scans to LRU.