Home
last modified time | relevance | path

Searched refs:unevictable (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/Documentation/vm/
Dunevictable-lru.rst14 infrastructure and the use of this to manage several types of "unevictable"
29 The Unevictable LRU facility adds an additional LRU list to track unevictable
43 The unevictable list addresses the following classes of unevictable pages:
52 unevictable, either by definition or by circumstance, in the future.
59 called the "unevictable" list and an associated page flag, PG_unevictable, to
60 indicate that the page is being managed on the unevictable list.
66 The Unevictable LRU infrastructure maintains unevictable pages on an additional
69 (1) We get to "treat unevictable pages just like we treat other pages in the
74 (2) We want to be able to migrate unevictable pages between nodes for memory
79 migration, unless we reworked migration code to find the unevictable pages
[all …]
Dindex.rst54 unevictable-lru
/Linux-v5.15/drivers/gpu/drm/i915/gem/
Di915_gem_shrinker.c353 unsigned long unevictable, available, freed_pages; in i915_gem_shrinker_oom() local
368 available = unevictable = 0; in i915_gem_shrinker_oom()
372 unevictable += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom()
381 freed_pages, unevictable, available); in i915_gem_shrinker_oom()
/Linux-v5.15/include/linux/
Dpage-flags.h424 PAGEFLAG(Unevictable, unevictable, PF_HEAD)
425 __CLEARPAGEFLAG(Unevictable, unevictable, PF_HEAD)
426 TESTCLEARFLAG(Unevictable, unevictable, PF_HEAD)
/Linux-v5.15/mm/
Dswap.c469 bool unevictable; in lru_cache_add_inactive_or_unevictable() local
473 unevictable = (vma->vm_flags & (VM_LOCKED | VM_SPECIAL)) == VM_LOCKED; in lru_cache_add_inactive_or_unevictable()
474 if (unlikely(unevictable) && !TestSetPageMlocked(page)) { in lru_cache_add_inactive_or_unevictable()
/Linux-v5.15/Documentation/admin-guide/mm/
Dpagemap.rst159 page is in the unevictable (non-)LRU list It is somehow pinned and
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Dmemcg_test.rst137 inactive file, active file, unevictable) of pages from each node,
Dmemory.rst555 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
641 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable"
650 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ...
653 The "total" count is sum of file + anon + unevictable.
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dvm.rst137 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
140 compaction from moving pages that are unevictable. Default value is 1.
/Linux-v5.15/Documentation/admin-guide/
Dcgroup-v2.rst1337 inactive_anon, active_anon, inactive_file, active_file, unevictable