Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dpage-flags.h82 PG_slab, enumerator
600 1 << PG_slab | 1 << PG_swapcache | 1 << PG_active | \
/linux-4.4.14/mm/
Ddebug.c21 {1UL << PG_slab, "slab" },
Dmemory-failure.c779 #define slab (1UL << PG_slab)
/linux-4.4.14/fs/proc/
Dpage.c160 u |= kpf_copy_bit(k, KPF_SLAB, PG_slab); in stable_page_flags()
/linux-4.4.14/kernel/
Dkexec_core.c1414 VMCOREINFO_NUMBER(PG_slab); in crash_save_vmcoreinfo_init()