Searched refs:nearest_obj (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/mm/kasan/ |
D | tags_report.c | 53 object = nearest_obj(cache, page, (void *)addr); in get_bug_type()
|
D | generic.c | 339 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
|
D | report.c | 390 void *object = nearest_obj(cache, page, addr); in print_address_description()
|
D | common.c | 399 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in __kasan_slab_free()
|
/Linux-v5.10/include/linux/ |
D | slab_def.h | 89 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|
D | slub_def.h | 166 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|