Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/events/
H A Dmmflags.h115 {1UL << PG_reclaim, "reclaim" }, \
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h123 PG_reclaim, /* To be reclaimed asap */ enumerator
176 PG_isolated = PG_reclaim,
/OK3568_Linux_fs/kernel/fs/proc/
H A Dpage.c197 u |= kpf_copy_bit(k, KPF_RECLAIM, PG_reclaim); in stable_page_flags()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_migration.rst257 The PG_isolated flag is aliased with the PG_reclaim flag so drivers
/OK3568_Linux_fs/kernel/fs/fuse/
H A Ddev.c795 1 << PG_reclaim | in fuse_check_page()