Lines Matching defs:rb_node
132 struct rb_node node;
989 struct rb_node *node = root->rb_root.rb_node;
1015 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL;
1494 struct rb_node *node;
2836 struct rb_node *rb_node = rb_first_cached(root);
2842 while (rb_node) {
2843 chain = rb_entry(rb_node, struct callchain_node, rb_node);
2844 rb_node = rb_next(rb_node);
3153 struct rb_node **new = &(root->rb_root.rb_node), *parent = NULL;
3195 struct rb_node *node;
3209 struct rb_node *next;