Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Dunevictable-lru.rst256 the page is marked with the PG_mlocked flag. This can be manipulated using the
259 A PG_mlocked page will be placed on the unevictable list when it is added to
320 mlock_folio() sets PG_mlocked immediately, then places the page on the CPU's
325 and PG_unevictable and PG_mlocked, it simply increments the mlock_count.
401 of mlocked pages and other unevictable pages. PG_mlocked is cleared from the
404 was unevictable because mlocked, PG_unevictable follows PG_mlocked; but if the
523 still appear as PG_mlocked after it has been fully unmapped: and it is left to
/linux/fs/proc/
H A Dpage.c205 u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); in stable_page_flags()
/linux/include/linux/
H A Dpage-flags.h122 PG_mlocked, /* Page is vma mlocked */ enumerator
1136 #define __PG_MLOCKED (1UL << PG_mlocked)
/linux/mm/
H A Dmemory-failure.c1254 #define mlock (1UL << PG_mlocked)
H A Dhuge_memory.c2759 (1L << PG_mlocked) | in __split_huge_page_tail()