Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dslab_def.h91 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() function
Dslub_def.h172 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() function
/Linux-v6.6/mm/kasan/
Dcommon.c214 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != in ____kasan_slab_free()
Dreport.c496 info->object = nearest_obj(info->cache, slab, addr); in complete_report_info()
Dgeneric.c486 object = nearest_obj(cache, slab, addr); in __kasan_record_aux_stack()