Searched refs:dso_cache (Results 1 – 2 of 2) sorted by relevance
789 struct dso_cache *cache; in dso_cache__free()791 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()804 struct dso_cache *cache; in __dso_cache__find()810 cache = rb_entry(parent, struct dso_cache, rb_node); in __dso_cache__find()824 static struct dso_cache *825 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()830 struct dso_cache *cache; in dso_cache__insert()838 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()901 struct dso_cache *cache; in dso_cache__populate()902 struct dso_cache *old; in dso_cache__populate()[all …]
138 struct dso_cache { struct
Completed in 7 milliseconds