Searched refs:mlocked (Results 1 – 5 of 5) 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 …]
62 If one wants to ignore certain types of pages, e.g. mlocked pages since they
1630 bool mlocked = folio_test_mlocked(folio); in hwpoison_user_mappings() local1665 if (mlocked) in hwpoison_user_mappings()
250 mlocked memory buffers, one is used for IO and one is used for readdir
568 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).