Lines Matching refs:LRU
47 - pages are linked to per-memcg LRU exclusively, and there is no global LRU.
207 updated. page_cgroup has its own LRU on cgroup.
214 Some pages which are never reclaimable and will not be on the LRU
234 Note: we just account pages-on-LRU because our purpose is to control amount
235 of used pages; not-on-LRU pages tend to be out-of-control from VM view.
273 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
276 affecting global LRU, memory+swap limit is better than just limiting swap from
284 caches are dropped. But as mentioned above, global LRU can do swapout memory
291 Each cgroup maintains a per cgroup LRU which has the same structure as
299 pages that are selected for reclaiming come from the per-cgroup LRU
323 Per-node-per-memcgroup LRU (cgroup's private LRU) is guarded by
324 lruvec->lru_lock; the folio LRU flag is cleared before
325 isolating a page from its LRU under lruvec->lru_lock.
573 LRU list.
575 LRU list.
577 memory (LazyFree pages) on inactive LRU list.
578 active_file # of bytes of file-backed memory on active LRU list.
607 recent_rotated means recent frequency of LRU rotation.
608 recent_scanned means recent # of scans to LRU.