Home
last modified time | relevance | path

Searched refs:nearest_obj (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/mm/kasan/
Dtags_report.c53 object = nearest_obj(cache, page, (void *)addr); in get_bug_type()
Dgeneric.c339 object = nearest_obj(cache, page, addr); in kasan_record_aux_stack()
Dreport.c390 void *object = nearest_obj(cache, page, addr); in print_address_description()
Dcommon.c399 if (unlikely(nearest_obj(cache, virt_to_head_page(object), object) != in __kasan_slab_free()
/Linux-v5.10/include/linux/
Dslab_def.h89 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function
Dslub_def.h166 static inline void *nearest_obj(struct kmem_cache *cache, struct page *page, in nearest_obj() function