Searched refs:mlocked (Results 1 – 6 of 6) sorted by relevance
180 folio_evictable() also checks for mlocked folios by calling199 but the folio does not have the mlocked flag set. Such folios will make218 NOMMU situations, all mappings are effectively mlocked.224 The "Unevictable mlocked Pages" infrastructure is based on work originally225 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 as236 Nick resolved this by putting mlocked pages back on the LRU list before244 when many processes which had it mlocked were trying to exit. In 5.18, the246 put to work, without preventing the migration of mlocked pages. This is why[all …]
163 IF_HAVE_PG_MLOCK(mlocked) \
62 If one wants to ignore certain types of pages, e.g. mlocked pages since they
1586 bool mlocked = folio_test_mlocked(folio); in hwpoison_user_mappings() local1621 if (mlocked) in hwpoison_user_mappings()
250 mlocked memory buffers, one is used for IO and one is used for readdir
148 allowed to examine the unevictable lru (mlocked pages) for pages to compact.