Home
last modified time | relevance | path

Searched refs:PG_mlocked (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst180 flag, PG_mlocked (as wrapped by PageMlocked()), which is set when a page is
198 page is not marked as PG_mlocked. Such pages will make it all the way to
249 the page is marked with the PG_mlocked flag. This can be manipulated using the
252 A PG_mlocked page will be placed on the unevictable list when it is added to
386 munlock_vma_page(). munlock_vma_page() unconditionally clears the PG_mlocked
399 we go ahead and clear PG_mlocked up front, as this might be the only chance we
401 try_to_munlock(), which will restore the PG_mlocked flag and update the zone
416 PG_mlocked and PG_unevictable states from the old page to the new page.
524 VM_LOCKED VMAs not to have the PG_mlocked flag set and therefore reside on one
569 undoes the pre-clearing of the page's PG_mlocked done by munlock_vma_page.
[all …]
/Linux-v4.19/include/trace/events/
Dmmflags.h103 IF_HAVE_PG_MLOCK(PG_mlocked, "mlocked" ) \
/Linux-v4.19/include/linux/
Dpage-flags.h92 PG_mlocked, /* Page is vma mlocked */ enumerator
740 #define __PG_MLOCKED (1UL << PG_mlocked)
/Linux-v4.19/fs/proc/
Dpage.c184 u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); in stable_page_flags()
/Linux-v4.19/mm/
Dmemory-failure.c826 #define mlock (1UL << PG_mlocked)
Dhuge_memory.c2369 (1L << PG_mlocked) | in __split_huge_page_tail()