Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpage-flags.h94 PG_unevictable, /* Page is "unevictable" */ enumerator
601 1 << PG_unevictable | __PG_MLOCKED | \
/linux-4.4.14/mm/
Ddebug.c33 {1UL << PG_unevictable, "unevictable" },
Dmemory-failure.c773 #define unevict (1UL << PG_unevictable)
Dhuge_memory.c1755 (1L << PG_unevictable))); in __split_huge_page_refcount()
/linux-4.4.14/fs/proc/
Dpage.c175 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
/linux-4.4.14/Documentation/vm/
Dunevictable-lru.txt83 called the "unevictable" list and an associated page flag, PG_unevictable, to
86 The PG_unevictable flag is analogous to, and mutually exclusive with, the
437 PG_mlocked and PG_unevictable states from the old page to the new page.