Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm_inline.h272 set_mask_bits(&folio->flags.f, LRU_GEN_MASK | BIT(PG_active), flags); in lru_gen_add_folio()
296 flags = !reclaiming && lru_gen_is_active(lruvec, gen) ? BIT(PG_active) : 0; in lru_gen_del_folio()
H A Dpage-flags.h102 PG_active, enumerator
192 PG_has_hwpoisoned = PG_active,
1200 1UL << PG_active | \
/linux/fs/proc/
H A Dpage.c225 u |= kpf_copy_bit(k, KPF_ACTIVE, PG_active); in stable_page_flags()
/linux/lib/tests/
H A Dprintf_kunit.c656 | 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.c962 1 << PG_active | in fuse_check_folio()
/linux/mm/
H A Dhuge_memory.c3532 (1L << PG_active) | in __split_folio_to_order()
H A Dvmscan.c4743 set_mask_bits(&folio->flags.f, LRU_REFS_FLAGS, BIT(PG_active)); in evict_folios()
H A Dslub.c195 SL_pfmemalloc = PG_active, /* Historical reasons for this bit */