Searched refs:mlocked (Results 1 – 7 of 7) sorted by relevance
| /linux/Documentation/vm/ |
| A D | unevictable-lru.rst | 218 NOMMU situations, all mappings are effectively mlocked. 227 to achieve the same objective: hiding mlocked pages from vmscan. 235 Nick resolved this by putting mlocked pages back on the lru list before 261 (4) in the fault path, if mlocked pages are "culled" in the fault path, 270 mlocked pages become unlocked and rescued from the unevictable list when: 298 mark the pages as mlocked via mlock_vma_page(). 316 be mlocked by another task/VMA and we don't want to do extra work. We 317 especially do not want to count an mlocked page more than once in the 325 is now mlocked and divert the page to the node's unevictable list. If 476 in the newly mapped memory being mlocked. Before the unevictable/mlock [all …]
|
| /linux/include/linux/ |
| A D | page-flags.h | 507 PAGEFLAG(Mlocked, mlocked, PF_NO_TAIL) 508 __CLEARPAGEFLAG(Mlocked, mlocked, PF_NO_TAIL) 509 TESTSCFLAG(Mlocked, mlocked, PF_NO_TAIL) 511 PAGEFLAG_FALSE(Mlocked, mlocked) __CLEARPAGEFLAG_NOOP(Mlocked, mlocked) 512 TESTSCFLAG_FALSE(Mlocked, mlocked)
|
| /linux/Documentation/admin-guide/mm/ |
| A D | idle_page_tracking.rst | 64 If one wants to ignore certain types of pages, e.g. mlocked pages since they
|
| /linux/mm/ |
| A D | memory-failure.c | 1304 bool mlocked = PageMlocked(hpage); in hwpoison_user_mappings() local 1394 if (mlocked) in hwpoison_user_mappings()
|
| /linux/Documentation/filesystems/ |
| A D | orangefs.rst | 250 mlocked memory buffers, one is used for IO and one is used for readdir
|
| /linux/Documentation/admin-guide/sysctl/ |
| A D | vm.rst | 137 allowed to examine the unevictable lru (mlocked pages) for pages to compact.
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | memory.rst | 548 unevictable # of bytes of memory that cannot be reclaimed (mlocked etc).
|
Completed in 18 milliseconds