Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dmm_inline.h254 set_mask_bits(&folio->flags, LRU_GEN_MASK | BIT(PG_active), flags); in lru_gen_add_folio()
278 flags = !reclaiming && lru_gen_is_active(lruvec, gen) ? BIT(PG_active) : 0; in lru_gen_del_folio()
Dpage-flags.h109 PG_active, enumerator
193 PG_hugetlb = PG_active,
1061 1UL << PG_slab | 1UL << PG_active | \
/Linux-v6.6/fs/proc/
Dpage.c197 u |= kpf_copy_bit(k, KPF_ACTIVE, PG_active); in stable_page_flags()
/Linux-v6.6/lib/
Dtest_printf.c676 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
/Linux-v6.6/fs/fuse/
Ddev.c778 1 << PG_active | in fuse_check_folio()
/Linux-v6.6/Documentation/mm/
Dunevictable-lru.rst69 PG_active flag in that it indicates on which LRU list a folio resides when
/Linux-v6.6/mm/
Dhuge_memory.c2438 (1L << PG_active) | in __split_huge_page_tail()
Dvmscan.c5218 BIT(PG_active)); in evict_folios()