Searched refs:kmem_cache_debug (Results 1 – 1 of 1) sorted by relevance
251 static inline bool kmem_cache_debug(struct kmem_cache *s) in kmem_cache_debug() function267 return !kmem_cache_debug(s); in kmem_cache_has_cpu_partial()3521 if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) { in get_partial_node()4633 if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) { in ___slab_alloc()4671 if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) { in ___slab_alloc()5705 if (!(s->flags & __CMPXCHG_DOUBLE) && !kmem_cache_debug(s)) in kmalloc_nolock_noprof()5879 if (IS_ENABLED(CONFIG_SLUB_TINY) || kmem_cache_debug(s)) { in __slab_free()9338 if (buf[0] == '1' && kmem_cache_debug(s)) { in validate_store()