Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkmemleak.h46 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() function
85 static inline void kmemleak_free_recursive(const void *ptr, slab_flags_t flags) in kmemleak_free_recursive() function
/OK3568_Linux_fs/kernel/mm/
H A Dslob.c668 kmemleak_free_recursive(b, c->flags); in kmem_cache_free()
H A Dslab.c3429 kmemleak_free_recursive(objp, cachep->flags); in __cache_free()
3461 kmemleak_free_recursive(objp, cachep->flags); in ___cache_free()
H A Dslub.c1562 kmemleak_free_recursive(x, s->flags); in slab_free_hook()
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dkmemleak.rst169 - ``kmemleak_free_recursive`` - as kmemleak_free but checks the recursiveness