Searched refs:unevictable (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/Documentation/mm/ |
D | unevictable-lru.rst | 14 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. 64 called the "unevictable" list and an associated page flag, PG_unevictable, to 65 indicate that the page is being managed on the unevictable list. 71 The Unevictable LRU infrastructure maintains unevictable pages as if they were 74 (1) We get to "treat unevictable pages just like we treat other pages in the 79 (2) We want to be able to migrate unevictable pages between nodes for memory 86 The unevictable list does not differentiate between file-backed and anonymous, [all …]
|
D | index.rst | 65 unevictable-lru
|
/linux-6.1.9/drivers/gpu/drm/i915/gem/ |
D | i915_gem_shrinker.c | 350 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()
|
/linux-6.1.9/Documentation/translations/zh_CN/mm/ |
D | index.rst | 69 * unevictable-lru
|
/linux-6.1.9/include/linux/ |
D | page-flags.h | 558 PAGEFLAG(Unevictable, unevictable, PF_HEAD) 559 __CLEARPAGEFLAG(Unevictable, unevictable, PF_HEAD) 560 TESTCLEARFLAG(Unevictable, unevictable, PF_HEAD)
|
/linux-6.1.9/Documentation/admin-guide/cgroup-v1/ |
D | memcg_test.rst | 137 inactive file, active file, unevictable) of pages from each node,
|
D | memory.rst | 548 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc). 634 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 643 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 646 The "total" count is sum of file + anon + unevictable.
|
/linux-6.1.9/Documentation/admin-guide/mm/ |
D | pagemap.rst | 160 The page is in the unevictable (non-)LRU list It is somehow pinned and
|
/linux-6.1.9/Documentation/admin-guide/sysctl/ |
D | vm.rst | 138 allowed to examine the unevictable lru (mlocked pages) for pages to compact. 141 compaction from moving pages that are unevictable. Default value is 1.
|
/linux-6.1.9/Documentation/admin-guide/ |
D | cgroup-v2.rst | 1433 inactive_anon, active_anon, inactive_file, active_file, unevictable
|