Searched refs:PG_unevictable (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/include/trace/events/ |
D | mmflags.h | 127 {1UL << PG_unevictable, "unevictable" } \
|
/linux-6.1.9/fs/proc/ |
D | page.c | 205 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
|
/linux-6.1.9/include/linux/ |
D | page-flags.h | 121 PG_unevictable, /* Page is "unevictable" */ enumerator 1061 1UL << PG_unevictable | __PG_MLOCKED | LRU_GEN_MASK)
|
/linux-6.1.9/Documentation/mm/ |
D | unevictable-lru.rst | 64 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/ |
D | memory-failure.c | 1131 #define unevict (1UL << PG_unevictable)
|
D | huge_memory.c | 2449 (1L << PG_unevictable) | in __split_huge_page_tail()
|