Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dpage-flags.h95 PG_swapcache, /* Swap page: swp_entry_t in private */ enumerator
633 1 << PG_slab | 1 << PG_swapcache | 1 << PG_active | \
/linux-4.1.27/mm/
Ddebug.c34 {1UL << PG_swapcache, "swapcache" },
Dmemory-failure.c811 #define sc (1UL << PG_swapcache)
/linux-4.1.27/fs/proc/
Dpage.c163 u |= kpf_copy_bit(k, KPF_SWAPCACHE, PG_swapcache); in stable_page_flags()
/linux-4.1.27/kernel/
Dkexec.c1997 VMCOREINFO_NUMBER(PG_swapcache); in crash_save_vmcoreinfo_init()