Searched refs:mlocked (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/Documentation/mm/ |
D | unevictable-lru.rst | 180 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/ |
D | page-flags.h | 557 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/ |
D | mmflags.h | 122 IF_HAVE_PG_MLOCK(mlocked) \
|
/linux-6.6.21/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 62 If one wants to ignore certain types of pages, e.g. mlocked pages since they
|
/linux-6.6.21/mm/ |
D | memory-failure.c | 1558 bool mlocked = PageMlocked(hpage); in hwpoison_user_mappings() local 1633 if (mlocked) in hwpoison_user_mappings()
|
/linux-6.6.21/Documentation/filesystems/ |
D | orangefs.rst | 250 mlocked memory buffers, one is used for IO and one is used for readdir
|
D | proc.rst | 1059 as mlocked pages, ramfs backing pages, secret memfd pages etc.
|
/linux-6.6.21/Documentation/admin-guide/sysctl/ |
D | vm.rst | 138 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
|
/linux-6.6.21/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 564 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
|