Searched defs:dsos (Results 1 – 5 of 5) sorted by relevance
1200 void __dsos__add(struct dsos *dsos, struct dso *dso) in __dsos__add()1227 void dsos__add(struct dsos *dsos, struct dso *dso) in dsos__add()1234 struct dso *__dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in __dsos__find()1247 struct dso *dsos__find(struct dsos *dsos, const char *name, bool cmp_short) in dsos__find()1256 struct dso *__dsos__addnew(struct dsos *dsos, const char *name) in __dsos__addnew()1269 struct dso *__dsos__findnew(struct dsos *dsos, const char *name) in __dsos__findnew()1276 struct dso *dsos__findnew(struct dsos *dsos, const char *name) in dsos__findnew()
127 struct dsos { struct128 struct list_head head;129 struct rb_root root; /* rbtree root sorted by long name */130 pthread_rwlock_t lock;
40 struct dsos dsos; member
19 static void dsos__init(struct dsos *dsos) in dsos__init()90 static void dsos__purge(struct dsos *dsos) in dsos__purge()106 static void dsos__exit(struct dsos *dsos) in dsos__exit()
199 static struct dso **dsos; variable