Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Dunevictable-lru.rst65 called the "unevictable" list and an associated folio flag, PG_unevictable, to
68 The PG_unevictable flag is analogous to, and mutually exclusive with, the
322 __mlock_folio(). __mlock_folio() sets PG_unevictable, initializes mlock_count
325 and PG_unevictable and PG_mlocked, it simply increments the mlock_count.
404 was unevictable because mlocked, PG_unevictable follows PG_mlocked; but if the
405 page was unevictable for other reasons, PG_unevictable is copied explicitly.
535 active/inactive LRU lists. Note that these pages do not have PG_unevictable
/linux/fs/proc/
H A Dpage.c204 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
/linux/include/linux/
H A Dpage-flags.h120 PG_unevictable, /* Page is "unevictable" */ enumerator
1150 1UL << PG_unevictable | __PG_MLOCKED | LRU_GEN_MASK)
/linux/mm/
H A Dmemory-failure.c1253 #define unevict (1UL << PG_unevictable)
H A Dhuge_memory.c2764 (1L << PG_unevictable) | in __split_huge_page_tail()