Searched refs:PG_referenced (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/proc/ |
| H A D | page.c | 224 u |= kpf_copy_bit(k, KPF_REFERENCED, PG_referenced); in stable_page_flags()
|
| /linux/include/linux/ |
| H A D | mm_inline.h | 148 if (!(flags & BIT(PG_referenced))) in folio_lru_refs()
|
| H A D | page-flags.h | 96 PG_referenced, enumerator
|
| H A D | mmzone.h | 449 #define LRU_REFS_FLAGS (LRU_REFS_MASK | BIT(PG_referenced))
|
| H A D | mm.h | 3326 PT_kernel = PG_referenced,
|
| /linux/mm/ |
| H A D | swap.c | 398 set_mask_bits(&folio->flags.f, LRU_REFS_MASK, BIT(PG_referenced)); in lru_gen_inc_refs()
|
| H A D | vmscan.c | 869 set_mask_bits(&folio->flags.f, LRU_REFS_MASK, BIT(PG_referenced)); in lru_gen_set_refs() 3238 set_mask_bits(&folio->flags.f, LRU_REFS_MASK, BIT(PG_referenced)); in folio_update_gen()
|
| H A D | huge_memory.c | 3527 ((1L << PG_referenced) | in __split_folio_to_order()
|
| /linux/fs/fuse/ |
| H A D | dev.c | 960 1 << PG_referenced | in fuse_check_folio()
|