Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpage-flags.h110 PG_reclaim, /* To be reclaimed asap */ enumerator
132 PG_readahead = PG_reclaim,
171 PG_isolated = PG_reclaim,
190 PG_partially_mapped = PG_reclaim, /* was identified to be partially mapped */
/linux/Documentation/translations/zh_CN/mm/
H A Dpage_migration.rst201 PG_reclaim标志是同义的,所以驱动程序不应该为自己的目的使用PG_isolated。
/linux/fs/proc/
H A Dpage.c192 u |= kpf_copy_bit(k, KPF_RECLAIM, PG_reclaim); in stable_page_flags()
/linux/fs/fuse/
H A Ddev.c832 1 << PG_reclaim | in fuse_check_folio()
/linux/mm/
H A Dvmscan.c3235 new_flags |= BIT(PG_reclaim); in folio_inc_gen()