Lines Matching defs:root
772 struct rb_root *root = &dso->data.cache;
773 struct rb_node *next = rb_first(root);
781 rb_erase(&cache->rb_node, root);
789 const struct rb_root *root = &dso->data.cache;
790 struct rb_node * const *p = &root->rb_node;
815 struct rb_root *root = &dso->data.cache;
816 struct rb_node **p = &root->rb_node;
838 rb_insert_color(&new->rb_node, root);
1174 struct rb_root *root = dso->root;
1182 if (root) {
1183 rb_erase(&dso->rb_node, root);
1189 dso->root = NULL;
1196 if (root)
1197 __dsos__findnew_link_by_longname_id(root, dso, NULL, id);
1272 dso->root = NULL;