Lines Matching refs:rb_node
177 struct rb_node *next;
182 next = tn_root->rb_node;
338 struct rb_node *parent;
339 struct rb_node **link = &rii->tn_root.rb_node;
402 static void eat_last(struct rb_root *root, struct rb_node *node)
404 struct rb_node *parent = rb_parent(node);
405 struct rb_node **link;
411 link = &root->rb_node;
426 struct rb_node **link = &ver_root->rb_node;
427 struct rb_node *parent = NULL;