Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/mm/
A Dunevictable-lru.rst41 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 Dindex.rst65 unevictable-lru
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
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()
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dindex.rst69 * unevictable-lru
/linux-6.3-rc2/include/linux/
A Dpage-flags.h557 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 Dmemcg_test.rst137 inactive file, active file, unevictable) of pages from each node,
A Dmemory.rst559 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 Dpagemap.rst157 The page is in the unevictable (non-)LRU list It is somehow pinned and
/linux-6.3-rc2/Documentation/admin-guide/sysctl/
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.
/linux-6.3-rc2/Documentation/admin-guide/
A Dcgroup-v2.rst1436 inactive_anon, active_anon, inactive_file, active_file, unevictable

Completed in 22 milliseconds