Lines Matching refs:rb_node_in
272 rb_erase(&he->rb_node_in, &hists->entries_collapsed); in hists__delete_entry()
400 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__findnew_entry()
447 rb_link_node(&he->rb_node_in, parent, p); in hists__findnew_entry()
448 rb_insert_color(&he->rb_node_in, hists->entries_in); in hists__findnew_entry()
996 iter = rb_entry(parent, struct hist_entry, rb_node_in); in hists__collapse_insert_entry()
1022 rb_link_node(&he->rb_node_in, parent, p); in hists__collapse_insert_entry()
1023 rb_insert_color(&he->rb_node_in, root); in hists__collapse_insert_entry()
1068 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__collapse_resort()
1069 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
1071 rb_erase(&n->rb_node_in, root); in hists__collapse_resort()
1186 n = rb_entry(next, struct hist_entry, rb_node_in); in hists__output_resort()
1187 next = rb_next(&n->rb_node_in); in hists__output_resort()
1383 he = rb_entry(parent, struct hist_entry, rb_node_in); in hists__add_dummy_entry()
1400 rb_link_node(&he->rb_node_in, parent, p); in hists__add_dummy_entry()
1401 rb_insert_color(&he->rb_node_in, root); in hists__add_dummy_entry()
1420 struct hist_entry *iter = rb_entry(n, struct hist_entry, rb_node_in); in hists__find_entry()
1449 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
1474 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()