Searched refs:obj_cache (Results 1 – 2 of 2) sorted by relevance
163 struct kmem_cache *obj_cache = in qlist_free_all() local167 qlink_free(qlink, obj_cache); in qlist_free_all()277 struct kmem_cache *obj_cache = qlink_to_cache(curr); in qlist_move_cache() local279 if (obj_cache == cache) in qlist_move_cache()280 qlist_put(to, curr, obj_cache->size); in qlist_move_cache()282 qlist_put(from, curr, obj_cache->size); in qlist_move_cache()
94 static struct kmem_cache *obj_cache __read_mostly;158 if (unlikely(!obj_cache)) in fill_pool()166 new[cnt] = kmem_cache_zalloc(obj_cache, gfp); in fill_pool()227 if (likely(obj_cache)) { in alloc_object()245 if (likely(obj_cache)) { in alloc_object()333 kmem_cache_free(obj_cache, obj); in free_obj_work()346 if (!obj_cache) in __free_object()373 work = (obj_pool_free > debug_objects_pool_size) && obj_cache && in __free_object()1300 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL); in debug_objects_replace_static_objects()1338 kmem_cache_free(obj_cache, obj); in debug_objects_replace_static_objects()[all …]