Home
last modified time | relevance | path

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

/include/linux/
Dkmemleak.h42 if (!(flags & SLAB_NOLEAKTRACE)) in kmemleak_alloc_recursive()
48 if (!(flags & SLAB_NOLEAKTRACE)) in kmemleak_free_recursive()
Dslab.h94 #define SLAB_NOLEAKTRACE ((slab_flags_t __force)0x00800000U) macro