Home
last modified time | relevance | path

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

/linux/include/trace/events/
A Dmmflags.h102 {1UL << PG_dirty, "dirty" }, \
/linux/include/linux/
A Dpage-flags.h107 PG_dirty, enumerator
164 PG_savepinned = PG_dirty,
/linux/fs/proc/
A Dpage.c190 u |= kpf_copy_bit(k, KPF_DIRTY, PG_dirty); in stable_page_flags()
/linux/fs/nilfs2/
A Dpage.c465 if (test_bit(PG_dirty, &page->flags)) { in __nilfs_clear_page_dirty()
/linux/lib/
A Dtest_printf.c661 flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru in flags()
/linux/mm/
A Dmemory-failure.c1074 #define dirty (1UL << PG_dirty)
1427 page_flags |= (p->flags & (1UL << PG_dirty)); in identify_page_state()
A Dhuge_memory.c2367 (1L << PG_dirty))); in __split_huge_page_tail()
A Dhugetlb.c1550 1 << PG_referenced | 1 << PG_dirty | in __update_and_free_page()

Completed in 29 milliseconds