Home
last modified time | relevance | path

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

/linux/mm/
H A Dslab.h529 static inline bool __slub_debug_enabled(void) in __slub_debug_enabled() function
537 static inline bool __slub_debug_enabled(void) in __slub_debug_enabled() function
552 if (__slub_debug_enabled()) in kmem_cache_debug_flags()
H A Dslub.c4677 if (kasan_has_integrated_init() && !__slub_debug_enabled()) { in slab_post_alloc_hook()
8648 hash_pointers_finalize(__slub_debug_enabled()); in kmem_cache_init()
/linux/mm/kasan/
H A Dgeneric.c433 if (!__slub_debug_enabled()) { in kasan_cache_create()