Searched refs:obj_cache (Results 1 – 2 of 2) sorted by relevance
| /linux/mm/kasan/ |
| A D | quarantine.c | 161 struct kmem_cache *obj_cache = in qlist_free_all() local 165 qlink_free(qlink, obj_cache); in qlist_free_all() 289 struct kmem_cache *obj_cache = qlink_to_cache(curr); in qlist_move_cache() local 291 if (obj_cache == cache) in qlist_move_cache() 292 qlist_put(to, curr, obj_cache->size); in qlist_move_cache() 294 qlist_put(from, curr, obj_cache->size); in qlist_move_cache()
|
| /linux/lib/ |
| A D | debugobjects.c | 95 static struct kmem_cache *obj_cache __read_mostly; 163 if (unlikely(!obj_cache)) in fill_pool() 171 new[cnt] = kmem_cache_zalloc(obj_cache, gfp); in fill_pool() 232 if (likely(obj_cache)) { in alloc_object() 250 if (likely(obj_cache)) { in alloc_object() 338 kmem_cache_free(obj_cache, obj); in free_obj_work() 351 if (!obj_cache) in __free_object() 448 kmem_cache_free(obj_cache, obj); in object_cpu_offline() 1318 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL); in debug_objects_replace_static_objects() 1356 kmem_cache_free(obj_cache, obj); in debug_objects_replace_static_objects() [all …]
|
Completed in 6 milliseconds