Searched refs:kasan_slab_free (Results 1 – 5 of 5) sorted by relevance
158 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function252 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() function
184 kasan_slab_free+0xe/0x10
210 kasan_slab_free+0xe/0x10
3390 if (kasan_slab_free(cachep, objp, init)) in __cache_free()
1781 return kasan_slab_free(s, x, init); in slab_free_hook()
Completed in 25 milliseconds