Searched refs:kasan_slab_free (Results 1 – 4 of 4) sorted by relevance
211 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function315 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() function
100 kasan_slab_free+0xe/0x10
3444 if (kasan_slab_free(cachep, objp, init)) in __cache_free()
1604 return kasan_slab_free(s, x, init); in slab_free_hook()