Lines Matching refs:dso_cache
843 struct dso_cache *cache;
845 cache = rb_entry(next, struct dso_cache, rb_node);
853 static struct dso_cache *__dso_cache__find(struct dso *dso, u64 offset)
858 struct dso_cache *cache;
864 cache = rb_entry(parent, struct dso_cache, rb_node);
878 static struct dso_cache *
879 dso_cache__insert(struct dso *dso, struct dso_cache *new)
884 struct dso_cache *cache;
892 cache = rb_entry(parent, struct dso_cache, rb_node);
912 static ssize_t dso_cache__memcpy(struct dso_cache *cache, u64 offset, u8 *data,
950 static struct dso_cache *dso_cache__populate(struct dso *dso,
955 struct dso_cache *cache;
956 struct dso_cache *old;
991 static struct dso_cache *dso_cache__find(struct dso *dso,
996 struct dso_cache *cache = __dso_cache__find(dso, offset);
1004 struct dso_cache *cache;