Home
last modified time | relevance | path

Searched refs:obj_cache (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dquarantine.c181 struct kmem_cache *obj_cache = in qlist_free_all() local
185 qlink_free(qlink, obj_cache); in qlist_free_all()
309 struct kmem_cache *obj_cache = qlink_to_cache(curr); in qlist_move_cache() local
311 if (obj_cache == cache) in qlist_move_cache()
312 qlist_put(to, curr, obj_cache->size); in qlist_move_cache()
314 qlist_put(from, curr, obj_cache->size); in qlist_move_cache()
/openbmc/linux/lib/
H A Ddebugobjects.c92 static struct kmem_cache *obj_cache __read_mostly;
160 if (unlikely(!obj_cache)) in fill_pool()
168 new[cnt] = kmem_cache_zalloc(obj_cache, gfp); in fill_pool()
225 if (likely(obj_cache)) { in alloc_object()
243 if (likely(obj_cache)) { in alloc_object()
331 kmem_cache_free(obj_cache, obj); in free_obj_work()
344 if (!obj_cache) in __free_object()
442 kmem_cache_free(obj_cache, obj); in object_cpu_offline()
1314 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL); in debug_objects_replace_static_objects()
1354 kmem_cache_free(obj_cache, obj); in debug_objects_replace_static_objects()
[all …]