Home
last modified time | relevance | path

Searched refs:SLAB_KASAN (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/mm/kasan/
Dkasan.c375 *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()
Dreport.c242 if (cache->flags & SLAB_KASAN) { in describe_object()
/Linux-v4.19/include/linux/
Dslab.h107 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U) macro
109 #define SLAB_KASAN 0 macro
/Linux-v4.19/mm/
Dslab.h397 if (s->flags & SLAB_KASAN) in slab_ksize()
Dslab_common.c53 SLAB_FAILSLAB | SLAB_KASAN)