Searched refs:PG_unevictable (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/Documentation/mm/ |
D | unevictable-lru.rst | 65 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-6.6.21/fs/proc/ |
D | page.c | 204 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
|
/linux-6.6.21/include/linux/ |
D | page-flags.h | 121 PG_unevictable, /* Page is "unevictable" */ enumerator 1062 1UL << PG_unevictable | __PG_MLOCKED | LRU_GEN_MASK)
|
/linux-6.6.21/mm/ |
D | memory-failure.c | 1232 #define unevict (1UL << PG_unevictable)
|
D | huge_memory.c | 2441 (1L << PG_unevictable) | in __split_huge_page_tail()
|