Home
last modified time | relevance | path

Searched refs:PG_dirty (Results 1 – 5 of 5) sorted by relevance

/linux/fs/proc/
H A Dpage.c190 u |= kpf_copy_bit(k, KPF_DIRTY, PG_dirty); in stable_page_flags()
/linux/include/linux/
H A Dpage-flags.h105 PG_dirty, enumerator
167 PG_savepinned = PG_dirty,
/linux/lib/
H A Dtest_printf.c675 flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru in flags()
/linux/mm/
H A Dmemory-failure.c1251 #define dirty (1UL << PG_dirty)
1682 page_flags |= (p->flags & (1UL << PG_dirty)); in identify_page_state()
H A Dhuge_memory.c2769 (1L << PG_dirty) | in __split_huge_page_tail()