Searched refs:dso_cache (Results 1 – 2 of 2) sorted by relevance
867 struct dso_cache *cache; in dso_cache__free()869 cache = rb_entry(next, struct dso_cache, rb_node); in dso_cache__free()882 struct dso_cache *cache; in __dso_cache__find()888 cache = rb_entry(parent, struct dso_cache, rb_node); in __dso_cache__find()902 static struct dso_cache *903 dso_cache__insert(struct dso *dso, struct dso_cache *new) in dso_cache__insert()908 struct dso_cache *cache; in dso_cache__insert()916 cache = rb_entry(parent, struct dso_cache, rb_node); in dso_cache__insert()979 struct dso_cache *cache; in dso_cache__populate()980 struct dso_cache *old; in dso_cache__populate()[all …]
140 struct dso_cache { struct
Completed in 12 milliseconds