Lines Matching refs:root
838 struct rb_root *root = &dso->data.cache;
839 struct rb_node *next = rb_first(root);
847 rb_erase(&cache->rb_node, root);
855 const struct rb_root *root = &dso->data.cache;
856 struct rb_node * const *p = &root->rb_node;
881 struct rb_root *root = &dso->data.cache;
882 struct rb_node **p = &root->rb_node;
904 rb_insert_color(&new->rb_node, root);
1244 struct rb_root *root = dso->root;
1252 if (root) {
1253 rb_erase(&dso->rb_node, root);
1259 dso->root = NULL;
1266 if (root)
1267 __dsos__findnew_link_by_longname_id(root, dso, NULL, id);
1344 dso->root = NULL;