Lines Matching refs:rb_node_in
252 rb_erase(&he->rb_node_in, &hists->entries_collapsed); in hists__delete_entry()
384 he = rb_entry(parent, struct hist_entry, rb_node_in); in add_hist_entry()
432 rb_link_node(&he->rb_node_in, parent, p); in add_hist_entry()
433 rb_insert_color(&he->rb_node_in, hists->entries_in); in add_hist_entry()
966 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hists__collapse_insert_entry()
992 rb_link_node(&he->rb_node_in, parent, p); in hists__collapse_insert_entry()
993 rb_insert_color(&he->rb_node_in, root); in hists__collapse_insert_entry()
1037 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__collapse_resort()
1038 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
1040 rb_erase(&n->rb_node_in, root); in hists__collapse_resort()
1147 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__output_resort()
1148 next = rb_next(&n->rb_node_in); in hists__output_resort()
1313 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__add_dummy_entry()
1330 rb_link_node(&he->rb_node_in, parent, p); in hists__add_dummy_entry()
1331 rb_insert_color(&he->rb_node_in, root); in hists__add_dummy_entry()
1350 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_entry()
1379 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
1404 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()