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

/linux-master/include/linux/
H A Dslab.h178 #define SLAB_KASAN __SLAB_FLAG_BIT(_SLAB_KASAN) macro
180 #define SLAB_KASAN __SLAB_FLAG_UNUSED macro
/linux-master/mm/
H A Dslab.h588 if (s->flags & SLAB_KASAN)
/linux-master/mm/kasan/
H A Dgeneric.c365 * SLAB_KASAN is used to mark caches that are sanitized by KASAN and
371 *flags |= SLAB_KASAN | SLAB_NO_MERGE;

Completed in 452 milliseconds