Home
last modified time | relevance | path

Searched refs:PG_active (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dmm_inline.h260 set_mask_bits(&folio->flags, LRU_GEN_MASK | BIT(PG_active), flags); in lru_gen_add_folio()
284 flags = !reclaiming && lru_gen_is_active(lruvec, gen) ? BIT(PG_active) : 0; in lru_gen_del_folio()
H A Dpage-flags.h109 PG_active, enumerator
1149 1UL << PG_active | \
/linux/fs/proc/
H A Dpage.c196 u |= kpf_copy_bit(k, KPF_ACTIVE, PG_active); in stable_page_flags()
/linux/lib/
H A Dtest_printf.c676 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
/linux/Documentation/mm/
H A Dunevictable-lru.rst69 PG_active flag in that it indicates on which LRU list a folio resides when
/linux/fs/fuse/
H A Ddev.c778 1 << PG_active | in fuse_check_folio()
/linux/mm/
H A Dhuge_memory.c2761 (1L << PG_active) | in __split_huge_page_tail()
H A Dvmscan.c4579 BIT(PG_active)); in evict_folios()