Searched refs:SLAB_KASAN (Results 1 – 5 of 5) sorted by relevance
375 *flags |= SLAB_KASAN; in kasan_cache_create()481 if (!(cache->flags & SLAB_KASAN)) in kasan_init_slab_obj()518 if (!quarantine || unlikely(!(cache->flags & SLAB_KASAN))) in __kasan_slab_free()552 if (cache->flags & SLAB_KASAN) in kasan_kmalloc()
242 if (cache->flags & SLAB_KASAN) { in describe_object()
107 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U) macro109 #define SLAB_KASAN 0 macro
397 if (s->flags & SLAB_KASAN) in slab_ksize()
53 SLAB_FAILSLAB | SLAB_KASAN)