Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dslab.h318 #define SLAB_SUPPORTS_SYSFS 1 macro
H A Dslub.c333 #ifdef SLAB_SUPPORTS_SYSFS
3494 #if defined(CONFIG_SLUB_DEBUG) || defined(SLAB_SUPPORTS_SYSFS)
6482 #ifdef SLAB_SUPPORTS_SYSFS
6740 #ifdef SLAB_SUPPORTS_SYSFS
H A Dslab_common.c471 if (__is_defined(SLAB_SUPPORTS_SYSFS) && slab_state >= FULL) in kmem_cache_release()