Lines Matching refs:rb_node_in
461 rb_erase_cached(&he->rb_node_in, root_in); in hists__delete_entry()
696 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__findnew_entry()
751 rb_link_node(&he->rb_node_in, parent, p); in hists__findnew_entry()
752 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1638 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hierarchy_insert_entry()
1689 rb_link_node(&new->rb_node_in, parent, p); in hierarchy_insert_entry()
1690 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry()
1761 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hists__collapse_insert_entry()
1797 rb_link_node(&he->rb_node_in, parent, p); in hists__collapse_insert_entry()
1798 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry()
1845 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__collapse_resort()
1846 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
1848 rb_erase_cached(&n->rb_node_in, root); in hists__collapse_resort()
1975 he = rb_entry(node, struct hist_entry, rb_node_in); in hists__hierarchy_output_resort()
2099 n = rb_entry(next, struct hist_entry, rb_node_in); in output_resort()
2100 next = rb_next(&n->rb_node_in); in output_resort()
2560 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__add_dummy_entry()
2581 rb_link_node(&he->rb_node_in, parent, p); in hists__add_dummy_entry()
2582 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry()
2604 he = rb_entry(parent, struct hist_entry, rb_node_in); in add_dummy_hierarchy_entry()
2619 rb_link_node(&he->rb_node_in, parent, p); in add_dummy_hierarchy_entry()
2620 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
2642 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_entry()
2665 iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_hierarchy_entry()
2685 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2716 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2733 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2792 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()
2817 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__unlink()
3035 he = rb_entry(node, struct hist_entry, rb_node_in); in hists__delete_remaining_entries()