Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dslab.h207 #define SLAB_KASAN __SLAB_FLAG_BIT(_SLAB_KASAN) macro
209 #define SLAB_KASAN __SLAB_FLAG_UNUSED macro
/linux/mm/kasan/
H A Dgeneric.c382 *flags |= SLAB_KASAN | SLAB_NO_MERGE; in kasan_cache_create()
/linux/mm/
H A Dslab.h589 if (s->flags & SLAB_KASAN) in slab_ksize()