Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst12 infrastructure and the use of this to manage several types of "unevictable"
27 The Unevictable LRU facility adds an additional LRU list to track unevictable
41 The unevictable list addresses the following classes of unevictable pages:
52 unevictable, either by definition or by circumstance, in the future.
65 called the "unevictable" list and an associated folio flag, PG_unevictable, to
66 indicate that the folio is being managed on the unevictable list.
72 The Unevictable LRU infrastructure maintains unevictable folios as if they were
75 (1) We get to "treat unevictable folios just like we treat other folios in the
80 (2) We want to be able to migrate unevictable folios between nodes for memory
87 The unevictable list does not differentiate between file-backed and
[all …]
H A Dindex.rst64 unevictable-lru
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c350 unsigned long unevictable, available, freed_pages; in i915_gem_shrinker_oom() local
365 available = unevictable = 0; in i915_gem_shrinker_oom()
369 unevictable += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom()
378 freed_pages, unevictable, available); in i915_gem_shrinker_oom()
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dindex.rst68 * unevictable-lru
/openbmc/linux/include/linux/
H A Dpage-flags.h572 PAGEFLAG(Unevictable, unevictable, PF_HEAD)
573 __CLEARPAGEFLAG(Unevictable, unevictable, PF_HEAD)
574 TESTCLEARFLAG(Unevictable, unevictable, PF_HEAD)
/openbmc/linux/include/trace/events/
H A Dmmflags.h121 DEF_PAGEFLAG_NAME(unevictable) \
/openbmc/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst157 The page is in the unevictable (non-)LRU list It is somehow pinned and
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemcg_test.rst137 inactive file, active file, unevictable) of pages from each node,
H A Dmemory.rst564 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
649 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable"
658 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ...
661 The "total" count is sum of file + anon + unevictable.
/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst138 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
141 compaction from moving pages that are unevictable. Default value is 1.
/openbmc/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst1434 inactive_anon, active_anon, inactive_file, active_file, unevictable
/openbmc/linux/
H A Dopengrok0.0.log[all...]