Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/trace/events/
A Dmmflags.h126 {1UL << PG_unevictable, "unevictable" } \
/linux-6.3-rc2/Documentation/mm/
A Dunevictable-lru.rst63 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 Dpage.c205 u |= kpf_copy_bit(k, KPF_UNEVICTABLE, PG_unevictable); in stable_page_flags()
/linux-6.3-rc2/include/linux/
A Dpage-flags.h121 PG_unevictable, /* Page is "unevictable" */ enumerator
1042 1UL << PG_unevictable | __PG_MLOCKED | LRU_GEN_MASK)
/linux-6.3-rc2/mm/
A Dmemory-failure.c1180 #define unevict (1UL << PG_unevictable)
A Dhuge_memory.c2454 (1L << PG_unevictable) | in __split_huge_page_tail()

Completed in 16 milliseconds