Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Dmmflags.h112 {1UL << PG_dirty, "dirty" }, \
/Linux-v6.1/fs/proc/
Dpage.c192 u |= kpf_copy_bit(k, KPF_DIRTY, PG_dirty); in stable_page_flags()
/Linux-v6.1/include/linux/
Dpage-flags.h104 PG_dirty, enumerator
170 PG_savepinned = PG_dirty,
/Linux-v6.1/fs/nilfs2/
Dpage.c455 if (test_bit(PG_dirty, &page->flags)) { in __nilfs_clear_page_dirty()
/Linux-v6.1/lib/
Dtest_printf.c674 flags |= 1UL << PG_uptodate | 1UL << PG_dirty | 1UL << PG_lru in flags()
/Linux-v6.1/mm/
Dmemory-failure.c1129 #define dirty (1UL << PG_dirty)
1523 page_flags |= (p->flags & (1UL << PG_dirty)); in identify_page_state()
Dhuge_memory.c2453 (1L << PG_dirty) | in __split_huge_page_tail()
Dhugetlb.c1594 1 << PG_referenced | 1 << PG_dirty | in __update_and_free_page()