Searched refs:PG_swapbacked (Results 1 – 7 of 7) sorted by relevance
229 #define SWAPCACHE ((1 << PG_swapbacked) | (1 << PG_swapcache)) in stable_page_flags() 232 u |= kpf_copy_bit(k, KPF_SWAPBACKED, PG_swapbacked); in stable_page_flags()
200 VMCOREINFO_NUMBER(PG_swapbacked); in crash_save_vmcoreinfo_init()
650 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
61 * PG_swapbacked is set when a page uses swap as a backing storage. This are63 * might lose their PG_swapbacked flag when they simply can be dropped (e.g. as111 PG_swapbacked, /* Page is backed by RAM/swap */ enumerator
328 PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_hwpoison|PG_head_mask
1260 #define sc ((1UL << PG_swapcache) | (1UL << PG_swapbacked))
3316 (1L << PG_swapbacked) | in __split_folio_to_order()