Searched refs:nearest_obj (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | slab_def.h | 91 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() function
|
A D | slub_def.h | 166 static inline void *nearest_obj(struct kmem_cache *cache, const struct slab *slab, in nearest_obj() function
|
/linux-6.3-rc2/mm/kasan/ |
A D | common.c | 214 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != in ____kasan_slab_free()
|
A D | generic.c | 485 object = nearest_obj(cache, slab, addr); in __kasan_record_aux_stack()
|
A D | report.c | 451 info->object = nearest_obj(info->cache, slab, addr); in complete_report_info()
|
Completed in 8 milliseconds