Searched refs:obj_cache (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_macdbg.c | 330 uint32 sel, d11obj_cache_t *obj_cache, struct bcmstrbuf *b, bool verbose) in _dhd_get_d11obj16() argument 333 if (obj_cache && obj_cache->cache_valid && ((obj_cache->sel ^ sel) & (0xffffff)) == 0) { in _dhd_get_d11obj16() 334 if (obj_cache->addr32 == (objaddr & ~0x3)) { in _dhd_get_d11obj16() 341 obj_cache->addr32, obj_cache->sel, obj_cache->val); in _dhd_get_d11obj16() 346 obj_cache->addr32, obj_cache->sel, obj_cache->val); in _dhd_get_d11obj16() 349 val = obj_cache->val; in _dhd_get_d11obj16() 351 } else if ((obj_cache->sel & 0x02000000) && in _dhd_get_d11obj16() 352 (obj_cache->addr32 + 4 == (objaddr & ~0x3))) { in _dhd_get_d11obj16() 359 obj_cache->addr32, obj_cache->sel, obj_cache->val); in _dhd_get_d11obj16() 364 obj_cache->addr32, obj_cache->sel, obj_cache->val); in _dhd_get_d11obj16() [all …]
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H 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() 378 work = (obj_pool_free > debug_objects_pool_size) && obj_cache && in __free_object() 448 kmem_cache_free(obj_cache, obj); in object_cpu_offline() 1313 obj = kmem_cache_zalloc(obj_cache, GFP_KERNEL); in debug_objects_replace_static_objects() [all …]
|