Lines Matching refs:LRU
47 - pages are linked to per-memcg LRU exclusively, and there is no global LRU.
193 updated. page_cgroup has its own LRU on cgroup.
200 Some pages which are never reclaimable and will not be on the LRU
220 Note: we just account pages-on-LRU because our purpose is to control amount
221 of used pages; not-on-LRU pages tend to be out-of-control from VM view.
259 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
262 affecting global LRU, memory+swap limit is better than just limiting swap from
270 caches are dropped. But as mentioned above, global LRU can do swapout memory
277 Each cgroup maintains a per cgroup LRU which has the same structure as
285 pages that are selected for reclaiming come from the per-cgroup LRU
309 Per-node-per-memcgroup LRU (cgroup's private LRU) is guarded by
311 isolating a page from its LRU under lruvec->lru_lock.
558 LRU list.
560 LRU list.
562 memory (LazyFree pages) on inactive LRU list.
563 active_file # of bytes of file-backed memory on active LRU list.
592 recent_rotated means recent frequency of LRU rotation.
593 recent_scanned means recent # of scans to LRU.