Lines Matching refs:rb_first_cached

265 	struct rb_node *next = rb_first_cached(&hists->entries);  in hists__output_recalc_col_len()
432 struct rb_node *node = rb_first_cached(&he->hroot_out); in hists__decay_entry()
473 struct rb_node *next = rb_first_cached(&hists->entries); in hists__decay_entries()
489 struct rb_node *next = rb_first_cached(&hists->entries); in hists__delete_entries()
502 struct rb_node *next = rb_first_cached(&hists->entries); in hists__get_entry()
1840 next = rb_first_cached(root); in hists__collapse_resort()
1905 node = rb_first_cached(&hists->entries); in hierarchy_recalc_total_periods()
1972 node = rb_first_cached(root_in); in hists__hierarchy_output_resort()
2095 next = rb_first_cached(root); in output_resort()
2174 node = rb_first_cached(&he->hroot_out); in __rb_hierarchy_next()
2212 node = rb_first_cached(&he->hroot_out); in hist_entry__has_hierarchy_children()
2340 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2378 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2401 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2445 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2684 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2715 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2732 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2791 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2816 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()
3032 node = rb_first_cached(root); in hists__delete_remaining_entries()