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