Home
last modified time | relevance | path

Searched refs:SLAB_NOLEAKTRACE (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dkmemleak.h43 if (!(flags & SLAB_NOLEAKTRACE)) in kmemleak_alloc_recursive()
49 if (!(flags & SLAB_NOLEAKTRACE)) in kmemleak_free_recursive()
H A Dslab.h180 #define SLAB_NOLEAKTRACE __SLAB_FLAG_BIT(_SLAB_NOLEAKTRACE) macro
/linux/mm/
H A Dslab.h488 SLAB_NOLEAKTRACE | SLAB_RECLAIM_ACCOUNT | \
H A Dslab_common.c51 SLAB_NOLEAKTRACE | SLAB_FAILSLAB | SLAB_NO_MERGE | \
H A Dslub.c1997 if (flags & SLAB_NOLEAKTRACE) in kmem_cache_flags()
2386 if (s->flags & (SLAB_NO_OBJ_EXT | SLAB_NOLEAKTRACE)) in __alloc_tagging_slab_alloc_hook()
2437 if (s->flags & (SLAB_NO_OBJ_EXT | SLAB_NOLEAKTRACE)) in __alloc_tagging_slab_free_hook()
7884 * SLAB_NOLEAKTRACE caches (e.g., kmemleak's object_cache) must not in calculate_sheaf_capacity()
7888 if (s->flags & (SLAB_NO_SHEAVES | SLAB_NOLEAKTRACE)) in calculate_sheaf_capacity()