Lines Matching refs:rb_node
32 struct rb_node *curr_hot;
248 struct rb_node **p = &root->rb_node;
249 struct rb_node *parent = NULL;
254 l = rb_entry(parent, struct annotation_line, rb_node);
261 rb_link_node(&al->rb_node, parent, p);
262 rb_insert_color(&al->rb_node, root);
290 struct rb_node *nd)
293 struct annotation_line * pos = rb_entry(nd, struct annotation_line, rb_node);
321 RB_CLEAR_NODE(&pos->al.rb_node);
336 RB_CLEAR_NODE(&pos->al.rb_node);
666 struct rb_node *nd = NULL;