Searched refs:kasan_slab_free (Results 1 – 5 of 5) sorted by relevance
196 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function296 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() function
112 kasan_slab_free+0xe/0x10
188 kasan_slab_free+0xe/0x10
3425 if (kasan_slab_free(cachep, objp, init)) in __cache_free()
1754 return kasan_slab_free(s, x, init); in slab_free_hook()