Home
last modified time | relevance | path

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

/linux/fs/proc/
H A Dpage.c228 #define SWAPCACHE ((1 << PG_swapbacked) | (1 << PG_swapcache)) in stable_page_flags()
/linux/include/linux/
H A Dpage-flags.h135 PG_swapcache = PG_owner_priv_1, /* Swap page: swp_entry_t in private */ enumerator
628 test_bit(PG_swapcache, const_folio_flags(folio, 0)); in PAGEFLAG()
/linux/mm/
H A Dmemory-failure.c1209 #define sc ((1UL << PG_swapcache) | (1UL << PG_swapbacked))
H A Dhuge_memory.c3631 (1L << PG_swapcache) | in __split_folio_to_order()