Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dkasan.h160 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function
254 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() function
/openbmc/linux/Documentation/translations/zh_CN/dev-tools/
H A Dkasan.rst184 kasan_slab_free+0xe/0x10
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst213 kasan_slab_free+0xe/0x10
/openbmc/linux/mm/
H A Dslab.c3370 if (kasan_slab_free(cachep, objp, init)) in __cache_free()
H A Dslub.c1800 return kasan_slab_free(s, x, init); in slab_free_hook()