Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dmmflags.h128 IF_HAVE_PG_MLOCK(PG_mlocked, "mlocked" ) \
/linux-6.1.9/fs/proc/
Dpage.c206 u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); in stable_page_flags()
/linux-6.1.9/Documentation/mm/
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
253 the page is marked with the PG_mlocked flag. This can be manipulated using the
256 A PG_mlocked page will be placed on the unevictable list when it is added to
397 of mlocked pages and other unevictable pages. PG_mlocked is cleared from the
400 was unevictable because mlocked, PG_unevictable follows PG_mlocked; but if the
/linux-6.1.9/include/linux/
Dpage-flags.h123 PG_mlocked, /* Page is vma mlocked */ enumerator
1047 #define __PG_MLOCKED (1UL << PG_mlocked)
/linux-6.1.9/mm/
Dmemory-failure.c1132 #define mlock (1UL << PG_mlocked)
Dhuge_memory.c2444 (1L << PG_mlocked) | in __split_huge_page_tail()