Home
last modified time | relevance | path

Searched refs:PG_workingset (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/linux/
H A Dpage-flags.h110 PG_workingset, enumerator
193 PG_large_rmappable = PG_workingset, /* anon or file-backed */
H A Dmm_inline.h146 bool workingset = flags & BIT(PG_workingset); in folio_lru_refs()
/openbmc/linux/mm/
H A Dworkingset.c319 set_mask_bits(&folio->flags, 0, LRU_REFS_MASK | BIT(PG_workingset)); in lru_gen_refault()
H A Dhuge_memory.c2431 (1L << PG_workingset) | in __split_huge_page_tail()
H A Dvmscan.c3248 #define LRU_REFS_FLAGS (BIT(PG_referenced) | BIT(PG_workingset))
/openbmc/linux/fs/fuse/
H A Ddev.c779 1 << PG_workingset | in fuse_check_folio()