Searched refs:nearest_obj (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/mm/kasan/ |
D | tags_report.c | 53 object = nearest_obj(cache, page, (void *)addr); in get_bug_type()
|
D | report.c | 379 void *object = nearest_obj(cache, page, addr); in print_address_description()
|
D | common.c | 448 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in __kasan_slab_free()
|
/Linux-v5.4/include/linux/ |
D | slab_def.h | 92 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|
D | slub_def.h | 174 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
|