Lines Matching refs:LRU
47 - pages are linked to per-memcg LRU exclusively, and there is no global LRU.
185 updated. page_cgroup has its own LRU on cgroup.
192 Some pages which are never reclaimable and will not be on the LRU
212 Note: we just account pages-on-LRU because our purpose is to control amount
213 of used pages; not-on-LRU pages tend to be out-of-control from VM view.
249 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
252 affecting global LRU, memory+swap limit is better than just limiting swap from
259 caches are dropped. But as mentioned above, global LRU can do swapout memory
266 Each cgroup maintains a per cgroup LRU which has the same structure as
274 pages that are selected for reclaiming come from the per-cgroup LRU
298 Per-node-per-memcgroup LRU (cgroup's private LRU) is guarded by
300 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.