Searched refs:PG_active (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | mm_inline.h | 272 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 D | page-flags.h | 102 PG_active, enumerator 192 PG_has_hwpoisoned = PG_active, 1200 1UL << PG_active | \
|
| /linux/fs/proc/ |
| H A D | page.c | 225 u |= kpf_copy_bit(k, KPF_ACTIVE, PG_active); in stable_page_flags()
|
| /linux/lib/tests/ |
| H A D | printf_kunit.c | 656 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 69 PG_active flag in that it indicates on which LRU list a folio resides when
|
| /linux/fs/fuse/ |
| H A D | dev.c | 962 1 << PG_active | in fuse_check_folio()
|
| /linux/mm/ |
| H A D | huge_memory.c | 3532 (1L << PG_active) | in __split_folio_to_order()
|
| H A D | vmscan.c | 4743 set_mask_bits(&folio->flags.f, LRU_REFS_FLAGS, BIT(PG_active)); in evict_folios()
|
| H A D | slub.c | 195 SL_pfmemalloc = PG_active, /* Historical reasons for this bit */
|