Searched refs:nearest_obj (Results 1 – 3 of 3) sorted by relevance
550 object = nearest_obj(cache, slab, addr); in kasan_record_aux_stack()
229 if (unlikely(nearest_obj(cache, virt_to_slab(object), object) != object)) { in check_slab_allocation()
280 static inline void *nearest_obj(struct kmem_cache *cache, in nearest_obj() function