Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dmm_inline.h271 set_mask_bits(&folio->flags, LRU_GEN_MASK | BIT(PG_active), flags); in lru_gen_add_folio()
295 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
188 PG_has_hwpoisoned = PG_active,
1204 1UL << PG_active | \
/linux-6.15/fs/proc/
H A Dpage.c196 u |= kpf_copy_bit(k, KPF_ACTIVE, PG_active); in stable_page_flags()
/linux-6.15/lib/tests/
H A Dprintf_kunit.c650 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
/linux-6.15/fs/fuse/
H A Ddev.c941 1 << PG_active | in fuse_check_folio()
/linux-6.15/Documentation/mm/
H A Dunevictable-lru.rst69 PG_active flag in that it indicates on which LRU list a folio resides when
/linux-6.15/mm/
H A Dhuge_memory.c3355 (1L << PG_active) | in __split_folio_to_order()
H A Dvmscan.c4723 set_mask_bits(&folio->flags, LRU_REFS_FLAGS, BIT(PG_active)); in evict_folios()