Searched refs:obj_cache (Results 1 – 2 of 2) sorted by relevance
181 struct kmem_cache *obj_cache = in qlist_free_all() local185 qlink_free(qlink, obj_cache); in qlist_free_all()309 struct kmem_cache *obj_cache = qlink_to_cache(curr); in qlist_move_cache() local311 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()
92 static struct kmem_cache *obj_cache __read_mostly;161 if (unlikely(!obj_cache)) in fill_pool()169 new[cnt] = kmem_cache_zalloc(obj_cache, gfp); in fill_pool()226 if (likely(obj_cache)) { in alloc_object()244 if (likely(obj_cache)) { in alloc_object()332 kmem_cache_free(obj_cache, obj); in free_obj_work()345 if (!obj_cache) in __free_object()372 work = (obj_pool_free > debug_objects_pool_size) && obj_cache && in __free_object()443 kmem_cache_free(obj_cache, obj); in object_cpu_offline()1315 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL); in debug_objects_replace_static_objects()[all …]