Lines Matching refs:dso_cache
777 struct dso_cache *cache;
779 cache = rb_entry(next, struct dso_cache, rb_node);
787 static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset)
792 struct dso_cache *cache;
798 cache = rb_entry(parent, struct dso_cache, rb_node);
812 static struct dso_cache *
813 dso_cache__insert(struct dso *dso, struct dso_cache *new)
818 struct dso_cache *cache;
826 cache = rb_entry(parent, struct dso_cache, rb_node);
846 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data,
884 static struct dso_cache *dso_cache__populate(struct dso *dso,
889 struct dso_cache *cache;
890 struct dso_cache *old;
923 static struct dso_cache *dso_cache__find(struct dso *dso,
928 struct dso_cache *cache = __dso_cache__find(dso, offset);
936 struct dso_cache *cache;