Searched refs:kasan_slab_free (Results 1 – 5 of 5) sorted by relevance
173 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function265 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() function
143 kasan_slab_free+0xe/0x10
193 kasan_slab_free+0xe/0x10
3389 if (kasan_slab_free(cachep, objp, init)) in __cache_free()
1724 return kasan_slab_free(s, x, init); in slab_free_hook()