Lines Matching refs:dso_cache
502 struct dso_cache *cache; in dso_cache__free()
504 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
511 static struct dso_cache *dso_cache__find(const struct rb_root *root, u64 offset) in dso_cache__find()
515 struct dso_cache *cache; in dso_cache__find()
521 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()
535 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert()
539 struct dso_cache *cache; in dso_cache__insert()
546 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
560 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
573 struct dso_cache *cache; in dso_cache__read()
608 struct dso_cache *cache; in dso_cache_read()