Searched refs:root_in (Results 1 – 3 of 3) sorted by relevance
129 struct rb_root_cached *root_in; in del_hist_entries() local134 root_in = &hists->entries_collapsed; in del_hist_entries()136 root_in = hists->entries_in; in del_hist_entries()145 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
95 struct rb_root_cached *root_in; in del_hist_entries() local100 root_in = &hists->entries_collapsed; in del_hist_entries()102 root_in = hists->entries_in; in del_hist_entries()111 rb_erase_cached(&he->rb_node_in, root_in); in del_hist_entries()
360 struct rb_root_cached *root_in; in hists__delete_entry() local364 root_in = &he->parent_he->hroot_in; in hists__delete_entry()368 root_in = &hists->entries_collapsed; in hists__delete_entry()370 root_in = hists->entries_in; in hists__delete_entry()374 rb_erase_cached(&he->rb_node_in, root_in); in hists__delete_entry()1791 struct rb_root_cached *root_in, in hists__hierarchy_output_resort() argument1800 node = rb_first_cached(root_in); in hists__hierarchy_output_resort()