Searched refs:unevictable (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A 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. 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 …]
|
| H A D | index.rst | 53 unevictable-lru
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_shrinker.c | 323 unsigned long unevictable, available, freed_pages; in i915_gem_shrinker_oom() local 338 available = unevictable = 0; in i915_gem_shrinker_oom() 342 unevictable += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom() 351 freed_pages, unevictable, available); in i915_gem_shrinker_oom()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page-flags.h | 414 PAGEFLAG(Unevictable, unevictable, PF_HEAD) 415 __CLEARPAGEFLAG(Unevictable, unevictable, PF_HEAD) 416 TESTCLEARFLAG(Unevictable, unevictable, PF_HEAD)
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap.c | 504 bool unevictable; in __lru_cache_add_inactive_or_unevictable() local 508 unevictable = (vma_flags & (VM_LOCKED | VM_SPECIAL)) == VM_LOCKED; in __lru_cache_add_inactive_or_unevictable() 509 if (unlikely(unevictable) && !TestSetPageMlocked(page)) { in __lru_cache_add_inactive_or_unevictable()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | pagemap.rst | 157 page is in the unevictable (non-)LRU list It is somehow pinned and
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | memory.rst | 561 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc). 647 Each memcg's numa_stat file includes "total", "file", "anon" and "unevictable" 656 unevictable=<total anon pages> N0=<node 0 pages> N1=<node 1 pages> ... 659 The "total" count is sum of file + anon + unevictable.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/ |
| H A D | vm.rst | 146 allowed to examine the unevictable lru (mlocked pages) for pages to compact. 149 compaction from moving pages that are unevictable. Default value is 1.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 1304 inactive_anon, active_anon, inactive_file, active_file, unevictable
|