Home
last modified time | relevance | path

Searched refs:kmemleak_erase (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dkmemleak.h51 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() function
102 static inline void kmemleak_erase(void **ptr) in kmemleak_erase() function
/openbmc/linux/Documentation/dev-tools/
H A Dkmemleak.rst167 - ``kmemleak_erase`` - erase an old value in a pointer variable
186 kmemleak_erase functions (see above). The task stacks also increase the
/openbmc/linux/mm/
H A Dslab.c3013 kmemleak_erase(&ac->entry[ac->avail]); in ____cache_alloc()