Home
last modified time | relevance | path

Searched refs:SLAB_SUPPORTS_SYSFS (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dslab.h309 #define SLAB_SUPPORTS_SYSFS 1 macro
H A Dslub.c340 #ifdef SLAB_SUPPORTS_SYSFS
4332 #if defined(CONFIG_SLUB_DEBUG) || defined(SLAB_SUPPORTS_SYSFS)
4346 #endif /* CONFIG_SLUB_DEBUG || SLAB_SUPPORTS_SYSFS */
8816 #ifdef SLAB_SUPPORTS_SYSFS in count_total()
9079 #ifdef SLAB_SUPPORTS_SYSFS
9875 #endif /* SLAB_SUPPORTS_SYSFS */ in slab_late_init()
9877 #if defined(SLAB_SUPPORTS_SYSFS) || \ in slab_late_init()
H A Dslab_common.c521 if (__is_defined(SLAB_SUPPORTS_SYSFS) && slab_state >= FULL) in kmem_cache_release()