Searched refs:mlocked (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/Documentation/vm/ |
D | unevictable-lru.rst | 183 page_evictable() also checks for mlocked pages by testing an additional page 224 NOMMU situations, all mappings are effectively mlocked. 230 The "Unevictable mlocked Pages" infrastructure is based on work originally 231 posted by Nick Piggin in an RFC patch entitled "mm: mlocked pages off LRU". 233 to achieve the same objective: hiding mlocked pages from vmscan. 237 prevented the management of the pages on an LRU list, and thus mlocked pages 241 Nick resolved this by putting mlocked pages back on the lru list before 251 mlocked pages - pages mapped into a VM_LOCKED VMA - are a class of unevictable 267 (4) in the fault path, if mlocked pages are "culled" in the fault path, 276 mlocked pages become unlocked and rescued from the unevictable list when: [all …]
|
/Linux-v5.4/include/linux/ |
D | page-flags.h | 399 PAGEFLAG(Mlocked, mlocked, PF_NO_TAIL) 400 __CLEARPAGEFLAG(Mlocked, mlocked, PF_NO_TAIL) 401 TESTSCFLAG(Mlocked, mlocked, PF_NO_TAIL)
|
/Linux-v5.4/mm/ |
D | memory-failure.c | 974 bool mlocked = PageMlocked(hpage); in hwpoison_user_mappings() local 1042 if (mlocked) in hwpoison_user_mappings()
|
D | huge_memory.c | 2701 bool mlocked; in split_huge_page_to_list() local 2760 mlocked = PageMlocked(page); in split_huge_page_to_list() 2765 if (mlocked) in split_huge_page_to_list()
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 64 If one wants to ignore certain types of pages, e.g. mlocked pages since they
|
/Linux-v5.4/Documentation/filesystems/ |
D | orangefs.txt | 240 mlocked memory buffers, one is used for IO and one is used for readdir
|
/Linux-v5.4/Documentation/admin-guide/sysctl/ |
D | vm.rst | 127 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | memory.rst | 566 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
|