Home
last modified time | relevance | path

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

/Linux-v6.1/mm/kasan/
Dgeneric.c336 return SLAB_KASAN; in kasan_never_merge()
373 *flags |= SLAB_KASAN; in kasan_cache_create()
/Linux-v6.1/include/linux/
Dslab.h112 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U) macro
114 #define SLAB_KASAN 0 macro
/Linux-v6.1/mm/
Dslab.h687 if (s->flags & SLAB_KASAN) in slab_ksize()