Home
last modified time | relevance | path

Searched refs:PG_reclaim (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/
Dpage-flags.h97 PG_reclaim, /* To be reclaimed asap */ enumerator
438 #define PG_head_tail_mask ((1L << PG_compound) | (1L << PG_reclaim)) in TESTPAGEFLAG()
/linux-4.1.27/mm/
Ddebug.c36 {1UL << PG_reclaim, "reclaim" },
/linux-4.1.27/fs/proc/
Dpage.c161 u |= kpf_copy_bit(k, KPF_RECLAIM, PG_reclaim); in stable_page_flags()
/linux-4.1.27/fs/fuse/
Ddev.c848 1 << PG_reclaim))) { in fuse_check_page()