Home
last modified time | relevance | path

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

/linux-6.12.1/mm/kasan/
Dcommon.c219 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != object)) { in check_slab_allocation()
Dgeneric.c535 object = nearest_obj(cache, slab, addr); in __kasan_record_aux_stack()
Dreport.c509 info->object = nearest_obj(info->cache, slab, addr); in complete_report_info()
/linux-6.12.1/mm/
Dslab.h323 static inline void *nearest_obj(struct kmem_cache *cache, in nearest_obj() function