Lines Matching refs:rb_node
839 struct rb_node *next = rb_first(root);
845 cache = rb_entry(next, struct dso_cache, rb_node);
846 next = rb_next(&cache->rb_node);
847 rb_erase(&cache->rb_node, root);
856 struct rb_node * const *p = &root->rb_node;
857 const struct rb_node *parent = NULL;
864 cache = rb_entry(parent, struct dso_cache, rb_node);
882 struct rb_node **p = &root->rb_node;
883 struct rb_node *parent = NULL;
892 cache = rb_entry(parent, struct dso_cache, rb_node);
903 rb_link_node(&new->rb_node, parent, p);
904 rb_insert_color(&new->rb_node, root);
1253 rb_erase(&dso->rb_node, root);
1258 RB_CLEAR_NODE(&dso->rb_node);
1343 RB_CLEAR_NODE(&dso->rb_node);
1361 if (!RB_EMPTY_NODE(&dso->rb_node))
1467 struct rb_node *nd;
1476 struct symbol *pos = rb_entry(nd, struct symbol, rb_node);