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

/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/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;
/linux-master/mm/
H A Dslab.h588 if (s->flags & SLAB_KASAN)

Completed in 261 milliseconds