Lines Matching defs:object
88 * The object quarantine consists of per-cpu queues and a global queue,
143 void *object = qlink_to_object(qlink, cache);
144 struct kasan_free_meta *meta = kasan_get_free_meta(cache, object);
152 * the object, zero the metadata. Otherwise, the object's memory will
154 * allocator zeroes the object.
161 * As the object now gets freed from the quarantine, assume that its
164 *(u8 *)kasan_mem_to_shadow(object) = KASAN_SLAB_FREE;
166 ___cache_free(cache, object, _THIS_IP_);
191 bool kasan_quarantine_put(struct kmem_cache *cache, void *object)
196 struct kasan_free_meta *meta = kasan_get_free_meta(cache, object);
199 * If there's no metadata for this object, don't put it into