Lines Matching refs:rb_node
27 struct rb_node *curr_hot;
253 struct rb_node **p = &root->rb_node;
254 struct rb_node *parent = NULL;
259 l = rb_entry(parent, struct annotation_line, rb_node);
266 rb_link_node(&al->rb_node, parent, p);
267 rb_insert_color(&al->rb_node, root);
295 struct rb_node *nd)
298 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node);
326 RB_CLEAR_NODE(&pos->al.rb_node);
341 RB_CLEAR_NODE(&pos->al.rb_node);
715 struct rb_node *nd = NULL;