Lines Matching refs:rb_node
15 struct rb_node rb_node; member
40 struct rb_node *curr_hot;
286 struct rb_node **p = &root->rb_node; in disasm_rb_tree__insert()
287 struct rb_node *parent = NULL; in disasm_rb_tree__insert()
292 l = rb_entry(parent, struct browser_disasm_line, rb_node); in disasm_rb_tree__insert()
299 rb_link_node(&bdl->rb_node, parent, p); in disasm_rb_tree__insert()
300 rb_insert_color(&bdl->rb_node, root); in disasm_rb_tree__insert()
327 struct rb_node *nd) in annotate_browser__set_rb_top()
333 bpos = rb_entry(nd, struct browser_disasm_line, rb_node); in annotate_browser__set_rb_top()
362 RB_CLEAR_NODE(&bpos->rb_node); in annotate_browser__calc_percent()
380 RB_CLEAR_NODE(&bpos->rb_node); in annotate_browser__calc_percent()
667 struct rb_node *nd = NULL; in annotate_browser__run()