Home
last modified time | relevance | path

Searched refs:mlocked (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/Documentation/vm/
Dunevictable-lru.rst177 page_evictable() also checks for mlocked pages by testing an additional page
218 NOMMU situations, all mappings are effectively mlocked.
224 The "Unevictable mlocked Pages" infrastructure is based on work originally
225 posted by Nick Piggin in an RFC patch entitled "mm: mlocked pages off LRU".
227 to achieve the same objective: hiding mlocked pages from vmscan.
231 prevented the management of the pages on an LRU list, and thus mlocked pages
235 Nick resolved this by putting mlocked pages back on the lru list before
245 mlocked pages - pages mapped into a VM_LOCKED VMA - are a class of unevictable
261 (4) in the fault path, if mlocked pages are "culled" in the fault path,
270 mlocked pages become unlocked and rescued from the unevictable list when:
[all …]
/Linux-v5.15/include/linux/
Dpage-flags.h429 PAGEFLAG(Mlocked, mlocked, PF_NO_TAIL)
430 __CLEARPAGEFLAG(Mlocked, mlocked, PF_NO_TAIL)
431 TESTSCFLAG(Mlocked, mlocked, PF_NO_TAIL)
/Linux-v5.15/Documentation/admin-guide/mm/
Didle_page_tracking.rst64 If one wants to ignore certain types of pages, e.g. mlocked pages since they
/Linux-v5.15/mm/
Dmemory-failure.c1268 bool mlocked = PageMlocked(hpage); in hwpoison_user_mappings() local
1358 if (mlocked) in hwpoison_user_mappings()
/Linux-v5.15/Documentation/filesystems/
Dorangefs.rst250 mlocked memory buffers, one is used for IO and one is used for readdir
/Linux-v5.15/Documentation/admin-guide/sysctl/
Dvm.rst137 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Dmemory.rst555 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).