Home
last modified time | relevance | path

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

/Linux-v6.6/mm/kasan/
Dgeneric.c340 return SLAB_KASAN; in kasan_never_merge()
377 *flags |= SLAB_KASAN; in kasan_cache_create()
/Linux-v6.6/include/linux/
Dslab.h140 #define SLAB_KASAN ((slab_flags_t __force)0x08000000U) macro
142 #define SLAB_KASAN 0 macro
/Linux-v6.6/mm/
Dslab.h686 if (s->flags & SLAB_KASAN) in slab_ksize()