Searched refs:nearest_obj (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/mm/kasan/ |
D | report_tags.c | 26 object = nearest_obj(cache, page, (void *)addr); in kasan_get_bug_type()
|
D | generic.c | 342 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
|
D | report.c | 261 void *object = nearest_obj(cache, page, addr); in print_address_description()
|
D | common.c | 344 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in ____kasan_slab_free()
|
/Linux-v5.15/include/linux/ |
D | slab_def.h | 90 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|
D | slub_def.h | 173 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|