Home
last modified time | relevance | path

Searched refs:kmemleak_free_recursive (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dkmemleak.h45 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() function
84 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() function
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst169 - ``kmemleak_free_recursive`` - as kmemleak_free but checks the recursiveness
/openbmc/linux/mm/
H A Dslab.c3356 kmemleak_free_recursive(objp, cachep->flags); in __cache_free()
3387 kmemleak_free_recursive(objp, cachep->flags); in ___cache_free()
H A Dslub.c1769 kmemleak_free_recursive(x, s->flags); in slab_free_hook()