Home
last modified time | relevance | path

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

/Linux-v4.19/include/trace/events/
Dmmflags.h102 {1UL << PG_unevictable, "unevictable" } \
/Linux-v4.19/include/linux/
Dpage-flags.h90 PG_unevictable, /* Page is "unevictable" */ enumerator
754 1UL << PG_unevictable | __PG_MLOCKED)
/Linux-v4.19/fs/proc/
Dpage.c183 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
/Linux-v4.19/Documentation/vm/
Dunevictable-lru.rst59 called the "unevictable" list and an associated page flag, PG_unevictable, to
62 The PG_unevictable flag is analogous to, and mutually exclusive with, the
416 PG_mlocked and PG_unevictable states from the old page to the new page.
/Linux-v4.19/mm/
Dmemory-failure.c825 #define unevict (1UL << PG_unevictable)
Dhuge_memory.c2373 (1L << PG_unevictable) | in __split_huge_page_tail()