Searched refs:kasan_slab_free (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | kasan.h | 66 bool kasan_slab_free(struct kmem_cache *s, void *object, unsigned long ip); 139 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, in kasan_slab_free() function
|
/Linux-v5.4/mm/kasan/ |
D | common.c | 478 bool kasan_slab_free(struct kmem_cache *cache, void *object, unsigned long ip) in kasan_slab_free() function
|
/Linux-v5.4/Documentation/dev-tools/ |
D | kasan.rst | 108 kasan_slab_free+0xe/0x10
|
/Linux-v5.4/mm/ |
D | slab.c | 3425 if (kasan_slab_free(cachep, objp, _RET_IP_)) in __cache_free()
|
D | slub.c | 1424 return kasan_slab_free(s, x, _RET_IP_); in slab_free_hook()
|