Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/mm/
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-6.6.21/fs/proc/
Dpage.c205 u |= kpf_copy_bit(k, KPF_MLOCKED, PG_mlocked); in stable_page_flags()
/linux-6.6.21/include/linux/
Dpage-flags.h123 PG_mlocked, /* Page is vma mlocked */ enumerator
1048 #define __PG_MLOCKED (1UL << PG_mlocked)
/linux-6.6.21/mm/
Dmemory-failure.c1233 #define mlock (1UL << PG_mlocked)
Dhuge_memory.c2436 (1L << PG_mlocked) | in __split_huge_page_tail()