Home
last modified time | relevance | path

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

/linux-6.1.9/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.h106 PG_active, enumerator
1060 1UL << PG_slab | 1UL << PG_active | \
/linux-6.1.9/include/trace/events/
Dmmflags.h114 {1UL << PG_active, "active" }, \
/linux-6.1.9/fs/proc/
Dpage.c198 u |= kpf_copy_bit(k, KPF_ACTIVE, PG_active); in stable_page_flags()
/linux-6.1.9/lib/
Dtest_printf.c675 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
/linux-6.1.9/fs/fuse/
Ddev.c776 1 << PG_active | in fuse_check_page()
/linux-6.1.9/Documentation/mm/
Dunevictable-lru.rst68 PG_active flag in that it indicates on which LRU list a page resides when
/linux-6.1.9/mm/
Dhuge_memory.c2446 (1L << PG_active) | in __split_huge_page_tail()
Dvmscan.c5033 BIT(PG_active)); in evict_folios()
Dhugetlb.c1743 1 << PG_active | 1 << PG_private | in __update_and_free_page()