Searched refs:SLAB_NOLEAKTRACE (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dkmemleak.h41 if (!(flags & SLAB_NOLEAKTRACE))
47 if (!(flags & SLAB_NOLEAKTRACE))
H A Dslab.h150 #define SLAB_NOLEAKTRACE __SLAB_FLAG_BIT(_SLAB_NOLEAKTRACE) macro
/linux-master/mm/
H A Dslab.h454 #define SLAB_CACHE_FLAGS (SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \
468 SLAB_NOLEAKTRACE | \
H A Dkmemleak.c2176 object_cache = KMEM_CACHE(kmemleak_object, SLAB_NOLEAKTRACE);
2177 scan_area_cache = KMEM_CACHE(kmemleak_scan_area, SLAB_NOLEAKTRACE);
H A Dslab_common.c52 SLAB_TRACE | SLAB_TYPESAFE_BY_RCU | SLAB_NOLEAKTRACE | \
H A Dslub.c1784 if (flags & SLAB_NOLEAKTRACE)
/linux-master/lib/
H A Ddebugobjects.c1383 SLAB_DEBUG_OBJECTS | SLAB_NOLEAKTRACE,

Completed in 398 milliseconds