Home
last modified time | relevance | path

Searched refs:PG_swapbacked (Results 1 – 7 of 7) sorted by relevance

/linux/fs/proc/
H A Dpage.c229 #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()
/linux/kernel/
H A Dvmcore_info.c200 VMCOREINFO_NUMBER(PG_swapbacked); in crash_save_vmcoreinfo_init()
/linux/lib/tests/
H A Dprintf_kunit.c650 | 1UL << PG_active | 1UL << PG_swapbacked; in flags()
/linux/include/linux/
H A Dpage-flags.h61 * PG_swapbacked is set when a page uses swap as a backing storage. This are
63 * might lose their PG_swapbacked flag when they simply can be dropped (e.g. as
111 PG_swapbacked, /* Page is backed by RAM/swap */ enumerator
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst328 PG_lru|PG_private|PG_swapcache|PG_swapbacked|PG_hwpoison|PG_head_mask
/linux/mm/
H A Dmemory-failure.c1260 #define sc ((1UL << PG_swapcache) | (1UL << PG_swapbacked))
H A Dhuge_memory.c3316 (1L << PG_swapbacked) | in __split_folio_to_order()