Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dunevictable-lru.rst183 page_evictable() also checks for mlocked pages by testing an additional page
224 NOMMU situations, all mappings are effectively mlocked.
230 The "Unevictable mlocked Pages" infrastructure is based on work originally
231 posted by Nick Piggin in an RFC patch entitled "mm: mlocked pages off LRU".
233 to achieve the same objective: hiding mlocked pages from vmscan.
237 prevented the management of the pages on an LRU list, and thus mlocked pages
241 Nick resolved this by putting mlocked pages back on the lru list before
251 mlocked pages - pages mapped into a VM_LOCKED VMA - are a class of unevictable
267 (4) in the fault path, if mlocked pages are "culled" in the fault path,
276 mlocked pages become unlocked and rescued from the unevictable list when:
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h419 PAGEFLAG(Mlocked, mlocked, PF_NO_TAIL)
420 __CLEARPAGEFLAG(Mlocked, mlocked, PF_NO_TAIL)
421 TESTSCFLAG(Mlocked, mlocked, PF_NO_TAIL)
/OK3568_Linux_fs/kernel/mm/
H A Dmemory-failure.c998 bool mlocked = PageMlocked(hpage); in hwpoison_user_mappings() local
1089 if (mlocked) in hwpoison_user_mappings()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst64 If one wants to ignore certain types of pages, e.g. mlocked pages since they
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dorangefs.rst250 mlocked memory buffers, one is used for IO and one is used for readdir
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst146 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst561 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).