Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpage-flags.h90 PG_swapcache, /* Swap page: swp_entry_t in private */ enumerator
600 1 << PG_slab | 1 << PG_swapcache | 1 << PG_active | \
/linux-4.4.14/mm/
Ddebug.c29 {1UL << PG_swapcache, "swapcache" },
Dmemory-failure.c772 #define sc (1UL << PG_swapcache)
/linux-4.4.14/fs/proc/
Dpage.c172 u |= kpf_copy_bit(k, KPF_SWAPCACHE, PG_swapcache); in stable_page_flags()
/linux-4.4.14/kernel/
Dkexec_core.c1413 VMCOREINFO_NUMBER(PG_swapcache); in crash_save_vmcoreinfo_init()