Searched refs:kasan_slab_free (Results 1 – 5 of 5) sorted by relevance
225 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function426 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, in kasan_slab_free() function
184 kasan_slab_free+0xe/0x10
216 kasan_slab_free+0xe/0x10
2342 return !kasan_slab_free(s, x, init, still_accessible); in slab_free_hook()