Searched defs:dsos (Results 1 – 5 of 5) sorted by relevance
1183 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add()1210 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add()1217 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find()1230 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find()1239 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew()1250 struct dso *__dsos__findnew(struct dsos *dsos, const char *name) in __dsos__findnew()1257 struct dso *dsos__findnew(struct dsos *dsos, const char *name) in dsos__findnew()
126 struct dsos { struct127 struct list_head head;128 struct rb_root root; /* rbtree root sorted by long name */129 pthread_rwlock_t lock;
38 struct dsos dsos; member
19 static void dsos__init(struct dsos *dsos) in dsos__init()86 static void dsos__purge(struct dsos *dsos) in dsos__purge()102 static void dsos__exit(struct dsos *dsos) in dsos__exit()
199 static struct dso **dsos; variable