Searched refs:unevictable (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/Documentation/mm/ |
A D | unevictable-lru.rst | 41 The unevictable list addresses the following classes of unevictable pages: 103 and from the unevictable list. 140 unevictable. 174 condition is keeping them unevictable. If an unevictable region is destroyed, 186 If unevictable folios are culled in the fault path, or moved to the unevictable 208 of a folio before placing it on the unevictable list. 321 and moves the page to unevictable state ("the unevictable LRU", but with 382 and clears the unevictable flag, moving the folio from unevictable state 450 to the unevictable LRU and the rest can be reclaimed. 494 and clears the unevictable flag, moving the folio from unevictable state [all …]
|
A D | index.rst | 65 unevictable-lru
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/ |
A 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.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | index.rst | 69 * unevictable-lru
|
/linux-6.3-rc2/include/linux/ |
A D | page-flags.h | 557 PAGEFLAG(Unevictable, unevictable, PF_HEAD) 558 __CLEARPAGEFLAG(Unevictable, unevictable, PF_HEAD) 559 TESTCLEARFLAG(Unevictable, unevictable, PF_HEAD)
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | memcg_test.rst | 137 inactive file, active file, unevictable) of pages from each node,
|
A D | memory.rst | 559 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc). 644 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 653 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 656 The "total" count is sum of file + anon + unevictable.
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | pagemap.rst | 157 The page is in the unevictable (non-)LRU list It is somehow pinned and
|
/linux-6.3-rc2/Documentation/admin-guide/sysctl/ |
A 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.3-rc2/Documentation/admin-guide/ |
A D | cgroup-v2.rst | 1436 inactive_anon, active_anon, inactive_file, active_file, unevictable
|
Completed in 22 milliseconds