Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A 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/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst62 If one wants to ignore certain types of pages, e.g. mlocked pages since they
/linux/mm/
H A Dmemory-failure.c1630 bool mlocked = folio_test_mlocked(folio); in hwpoison_user_mappings() local
1665 if (mlocked) in hwpoison_user_mappings()
/linux/Documentation/filesystems/
H A Dorangefs.rst250 mlocked memory buffers, one is used for IO and one is used for readdir
/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst568 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).