Searched refs:kasan_slab_free (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | kasan.h | 73 bool kasan_slab_free(struct kmem_cache *s, void *object, unsigned long ip); 155 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, in kasan_slab_free() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kasan.h | 160 static __always_inline bool kasan_slab_free(struct kmem_cache *s, in kasan_slab_free() function 254 static inline bool kasan_slab_free(struct kmem_cache *s, void *object, bool init) in kasan_slab_free() function
|
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | common.c | 429 bool kasan_slab_free(struct kmem_cache *cache, void *object, unsigned long ip) in kasan_slab_free() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | slab.c | 3419 if (kasan_slab_free(cachep, objp, _RET_IP_)) in __cache_free()
|
H A D | slub.c | 1545 return kasan_slab_free(s, x, _RET_IP_); in slab_free_hook()
|
/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 3363 * kasan_slab_free and initialization memset must be in __cache_free() 3370 if (kasan_slab_free(cachep, objp, init)) in __cache_free()
|
H A D | slub.c | 1784 * kasan_slab_free and initialization memset's must be in slab_free_hook() 1800 return kasan_slab_free(s, x, init); in slab_free_hook()
|
Completed in 28 milliseconds