Searched refs:nearest_obj (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | slab_def.h | 89 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|
H A D | slub_def.h | 166 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | tags_report.c | 53 object = nearest_obj(cache, page, (void *)addr); in get_bug_type()
|
H A D | generic.c | 345 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
|
H A D | report.c | 382 void *object = nearest_obj(cache, page, addr); in print_address_description()
|
H A D | common.c | 399 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in __kasan_slab_free()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | slab_def.h | 91 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() function
|
H A D | slub_def.h | 172 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() function
|
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | common.c | 214 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != in ____kasan_slab_free()
|
H A D | report.c | 496 info->object = nearest_obj(info->cache, slab, addr); in complete_report_info()
|
H A D | generic.c | 486 object = nearest_obj(cache, slab, addr); in __kasan_record_aux_stack()
|
Completed in 8 milliseconds