Home
last modified time | relevance | path

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

/linux-6.1.9/include/trace/events/
Dmmflags.h127 {1UL << PG_unevictable, "unevictable" } \
/linux-6.1.9/fs/proc/
Dpage.c205 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
/linux-6.1.9/include/linux/
Dpage-flags.h121 PG_unevictable, /* Page is "unevictable" */ enumerator
1061 1UL << PG_unevictable | __PG_MLOCKED | LRU_GEN_MASK)
/linux-6.1.9/Documentation/mm/
Dunevictable-lru.rst64 called the "unevictable" list and an associated page flag, PG_unevictable, to
67 The PG_unevictable flag is analogous to, and mutually exclusive with, the
400 was unevictable because mlocked, PG_unevictable follows PG_mlocked; but if the
401 page was unevictable for other reasons, PG_unevictable is copied explicitly.
/linux-6.1.9/mm/
Dmemory-failure.c1131 #define unevict (1UL << PG_unevictable)
Dhuge_memory.c2449 (1L << PG_unevictable) | in __split_huge_page_tail()