Searched refs:dso_cache (Results 1 – 2 of 2) sorted by relevance
166 struct dso_cache *cache; in dso_cache__free()168 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()175 static struct dso_cache*180 struct dso_cache *cache; in dso_cache__find()186 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__find()200 dso_cache__insert(struct rb_root *root, struct dso_cache *new) in dso_cache__insert()204 struct dso_cache *cache; in dso_cache__insert()211 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()225 dso_cache__memcpy(struct dso_cache *cache, u64 offset, in dso_cache__memcpy()239 struct dso_cache *cache; in dso_cache__read()[all …]
63 struct dso_cache { struct