Lines Matching refs:cache
69 struct regcache_rbtree_ctx *rbtree_ctx = map->cache; in regcache_rbtree_lookup()
140 struct regcache_rbtree_ctx *rbtree_ctx = map->cache; in rbtree_show()
205 map->cache = kmalloc(sizeof *rbtree_ctx, GFP_KERNEL); in regcache_rbtree_init()
206 if (!map->cache) in regcache_rbtree_init()
209 rbtree_ctx = map->cache; in regcache_rbtree_init()
235 rbtree_ctx = map->cache; in regcache_rbtree_exit()
251 kfree(map->cache); in regcache_rbtree_exit()
252 map->cache = NULL; in regcache_rbtree_exit()
392 rbtree_ctx = map->cache; in regcache_rbtree_write()
466 rbtree_ctx = map->cache; in regcache_rbtree_sync()
506 rbtree_ctx = map->cache; in regcache_rbtree_drop()