Home
last modified time | relevance | path

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

/linux/Documentation/vm/
A Dunevictable-lru.rst43 The unevictable list addresses the following classes of unevictable pages:
101 and from the unevictable list.
129 Mark the address space as being completely unevictable.
138 unevictable.
173 condition is keeping them unevictable. If an unevictable region is destroyed,
185 If unevictable pages are culled in the fault path, or moved to the unevictable
193 unevictable list for the node being scanned.
205 unevictable state of a page that it places on the unevictable list. If the
459 to unevictable LRU and the rest can be reclaimed.
590 unevictable list in mlock_vma_page().
[all …]
A Dindex.rst38 unevictable-lru
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_shrinker.c353 unsigned long unevictable, available, freed_pages; in i915_gem_shrinker_oom() local
368 available = unevictable = 0; in i915_gem_shrinker_oom()
372 unevictable += obj->base.size >> PAGE_SHIFT; in i915_gem_shrinker_oom()
381 freed_pages, unevictable, available); in i915_gem_shrinker_oom()
/linux/mm/
A Dswap.c485 bool unevictable; in lru_cache_add_inactive_or_unevictable() local
489 unevictable = (vma->vm_flags & (VM_LOCKED | VM_SPECIAL)) == VM_LOCKED; in lru_cache_add_inactive_or_unevictable()
490 if (unlikely(unevictable) && !TestSetPageMlocked(page)) { in lru_cache_add_inactive_or_unevictable()
/linux/include/linux/
A Dpage-flags.h502 PAGEFLAG(Unevictable, unevictable, PF_HEAD)
503 __CLEARPAGEFLAG(Unevictable, unevictable, PF_HEAD)
504 TESTCLEARFLAG(Unevictable, unevictable, PF_HEAD)
/linux/Documentation/admin-guide/cgroup-v1/
A Dmemcg_test.rst137 inactive file, active file, unevictable) of pages from each node,
A Dmemory.rst548 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/Documentation/admin-guide/mm/
A Dpagemap.rst160 The page is in the unevictable (non-)LRU list It is somehow pinned and
/linux/Documentation/admin-guide/sysctl/
A Dvm.rst137 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
140 compaction from moving pages that are unevictable. Default value is 1.
/linux/Documentation/admin-guide/
A Dcgroup-v2.rst1345 inactive_anon, active_anon, inactive_file, active_file, unevictable

Completed in 24 milliseconds