Lines Matching refs:dso_cache
171 struct dso_cache *cache; in dso_cache__free()
173 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
180 static struct dso_cache*
185 struct dso_cache *cache; in dso_cache__find()
191 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()
205 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert()
209 struct dso_cache *cache; in dso_cache__insert()
216 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
230 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
244 struct dso_cache *cache; in dso_cache__read()
289 struct dso_cache *cache; in dso_cache_read()