Lines Matching refs:LRU
47 - pages are linked to per-memcg LRU exclusively, and there is no global LRU.
188 updated. page_cgroup has its own LRU on cgroup.
195 Some pages which are never reclaimable and will not be on the LRU
215 Note: we just account pages-on-LRU because our purpose is to control amount
216 of used pages; not-on-LRU pages tend to be out-of-control from VM view.
254 The global LRU(kswapd) can swap out arbitrary pages. Swap-out means
257 affecting global LRU, memory+swap limit is better than just limiting swap from
265 caches are dropped. But as mentioned above, global LRU can do swapout memory
272 Each cgroup maintains a per cgroup LRU which has the same structure as
280 pages that are selected for reclaiming come from the per-cgroup LRU
304 Per-node-per-memcgroup LRU (cgroup's private LRU) is guarded by
306 isolating a page from its LRU under lruvec->lru_lock.
553 LRU list.
555 LRU list.
557 memory (LazyFree pages) on inactive LRU list.
558 active_file # of bytes of file-backed memory on active LRU list.
587 recent_rotated means recent frequency of LRU rotation.
588 recent_scanned means recent # of scans to LRU.