Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dmmflags.h127 IF_HAVE_PG_MLOCK(PG_mlocked, "mlocked" ) \
/linux-6.3-rc2/Documentation/mm/
A Dunevictable-lru.rst254 the page is marked with the PG_mlocked flag. This can be manipulated using the
257 A PG_mlocked page will be placed on the unevictable list when it is added to
318 mlock_folio() sets PG_mlocked immediately, then places the page on the CPU's
323 and PG_unevictable and PG_mlocked, it simply increments the mlock_count.
399 of mlocked pages and other unevictable pages. PG_mlocked is cleared from the
402 was unevictable because mlocked, PG_unevictable follows PG_mlocked; but if the
521 still appear as PG_mlocked after it has been fully unmapped: and it is left to
/linux-6.3-rc2/fs/proc/
A Dpage.c206 u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); in stable_page_flags()
/linux-6.3-rc2/include/linux/
A Dpage-flags.h123 PG_mlocked, /* Page is vma mlocked */ enumerator
1028 #define __PG_MLOCKED (1UL << PG_mlocked)
/linux-6.3-rc2/mm/
A Dmemory-failure.c1181 #define mlock (1UL << PG_mlocked)
A Dhuge_memory.c2449 (1L << PG_mlocked) | in __split_huge_page_tail()

Completed in 16 milliseconds