Lines Matching refs:dso_cache
713 struct dso_cache *cache; in dso_cache__free()
715 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()
723 static struct dso_cache *dso_cache__find(struct dso *dso, u64 offset) in dso_cache__find()
728 struct dso_cache *cache; in dso_cache__find()
734 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()
748 static struct dso_cache *
749 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()
754 struct dso_cache *cache; in dso_cache__insert()
762 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()
783 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()
797 struct dso_cache *cache; in dso_cache__read()
798 struct dso_cache *old; in dso_cache__read()
854 struct dso_cache *cache; in dso_cache_read()