Searched refs:nearest_obj (Results 1 – 4 of 4) sorted by relevance
219 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != object)) { in check_slab_allocation()
503 info->object = nearest_obj(info->cache, slab, addr); in complete_report_info()
542 object = nearest_obj(cache, slab, addr); in kasan_record_aux_stack()
304 static inline void *nearest_obj(struct kmem_cache *cache, in nearest_obj() function