Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/mm/
Dunevictable-lru.rst180 folio_evictable() also checks for mlocked folios by calling
199 but the folio does not have the mlocked flag set. Such folios will make
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.
232 of the pages on an LRU list, and thus mlocked pages were not migratable as
236 Nick resolved this by putting mlocked pages back on the LRU list before
244 when many processes which had it mlocked were trying to exit. In 5.18, the
246 put to work, without preventing the migration of mlocked pages. This is why
[all …]
/linux-6.6.21/include/linux/
Dpage-flags.h557 PAGEFLAG(Mlocked, mlocked, PF_NO_TAIL)
558 __CLEARPAGEFLAG(Mlocked, mlocked, PF_NO_TAIL)
559 TESTSCFLAG(Mlocked, mlocked, PF_NO_TAIL)
561 PAGEFLAG_FALSE(Mlocked, mlocked) __CLEARPAGEFLAG_NOOP(Mlocked, mlocked)
562 TESTSCFLAG_FALSE(Mlocked, mlocked)
/linux-6.6.21/include/trace/events/
Dmmflags.h122 IF_HAVE_PG_MLOCK(mlocked) \
/linux-6.6.21/Documentation/admin-guide/mm/
Didle_page_tracking.rst62 If one wants to ignore certain types of pages, e.g. mlocked pages since they
/linux-6.6.21/mm/
Dmemory-failure.c1558 bool mlocked = PageMlocked(hpage); in hwpoison_user_mappings() local
1633 if (mlocked) in hwpoison_user_mappings()
/linux-6.6.21/Documentation/filesystems/
Dorangefs.rst250 mlocked memory buffers, one is used for IO and one is used for readdir
Dproc.rst1059 as mlocked pages, ramfs backing pages, secret memfd pages etc.
/linux-6.6.21/Documentation/admin-guide/sysctl/
Dvm.rst138 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/
Dmemory.rst564 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).