Searched refs:PG_unevictable (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/trace/events/ |
A D | mmflags.h | 126 {1UL << PG_unevictable, "unevictable" } \
|
/linux-6.3-rc2/Documentation/mm/ |
A D | unevictable-lru.rst | 63 called the "unevictable" list and an associated folio flag, PG_unevictable, to 66 The PG_unevictable flag is analogous to, and mutually exclusive with, the 320 __mlock_folio(). __mlock_folio() sets PG_unevictable, initializes mlock_count 323 and PG_unevictable and PG_mlocked, it simply increments the mlock_count. 402 was unevictable because mlocked, PG_unevictable follows PG_mlocked; but if the 403 page was unevictable for other reasons, PG_unevictable is copied explicitly. 533 active/inactive LRU lists. Note that these pages do not have PG_unevictable
|
/linux-6.3-rc2/fs/proc/ |
A D | page.c | 205 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
|
/linux-6.3-rc2/include/linux/ |
A D | page-flags.h | 121 PG_unevictable, /* Page is "unevictable" */ enumerator 1042 1UL << PG_unevictable | __PG_MLOCKED | LRU_GEN_MASK)
|
/linux-6.3-rc2/mm/ |
A D | memory-failure.c | 1180 #define unevict (1UL << PG_unevictable)
|
A D | huge_memory.c | 2454 (1L << PG_unevictable) | in __split_huge_page_tail()
|
Completed in 16 milliseconds