Lines Matching refs:rb_node_in
381 rb_erase_cached(&he->rb_node_in, root_in); in hists__delete_entry()
614 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__findnew_entry()
669 rb_link_node(&he->rb_node_in, parent, p); in hists__findnew_entry()
670 rb_insert_color_cached(&he->rb_node_in, hists->entries_in, leftmost); in hists__findnew_entry()
1502 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hierarchy_insert_entry()
1554 rb_link_node(&new->rb_node_in, parent, p); in hierarchy_insert_entry()
1555 rb_insert_color_cached(&new->rb_node_in, root, leftmost); in hierarchy_insert_entry()
1626 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hists__collapse_insert_entry()
1661 rb_link_node(&he->rb_node_in, parent, p); in hists__collapse_insert_entry()
1662 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__collapse_insert_entry()
1708 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__collapse_resort()
1709 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
1711 rb_erase_cached(&n->rb_node_in, root); in hists__collapse_resort()
1847 he = rb_entry(node, struct hist_entry, rb_node_in); in hists__hierarchy_output_resort()
1971 n = rb_entry(next, struct hist_entry, rb_node_in); in output_resort()
1972 next = rb_next(&n->rb_node_in); in output_resort()
2412 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__add_dummy_entry()
2433 rb_link_node(&he->rb_node_in, parent, p); in hists__add_dummy_entry()
2434 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in hists__add_dummy_entry()
2457 he = rb_entry(parent, struct hist_entry, rb_node_in); in add_dummy_hierarchy_entry()
2477 rb_link_node(&he->rb_node_in, parent, p); in add_dummy_hierarchy_entry()
2478 rb_insert_color_cached(&he->rb_node_in, root, leftmost); in add_dummy_hierarchy_entry()
2500 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_entry()
2524 iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_hierarchy_entry()
2549 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2580 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2597 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2656 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()
2681 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__unlink()
2892 he = rb_entry(node, struct hist_entry, rb_node_in); in hists__delete_remaining_entries()