Lines Matching refs:rb_next
251 next = rb_next(&n->rb_node); in hists__output_recalc_col_len()
339 node = rb_next(node); in hists__decay_entry()
382 next = rb_next(&n->rb_node); in hists__decay_entries()
398 next = rb_next(&n->rb_node); in hists__delete_entries()
415 next = rb_next(&n->rb_node); in hists__get_entry()
1654 next = rb_next(&n->rb_node_in); in hists__collapse_resort()
1739 node = rb_next(node); in hierarchy_recalc_total_periods()
1793 node = rb_next(node); in hists__hierarchy_output_resort()
1917 next = rb_next(&n->rb_node_in); in output_resort()
1993 node = rb_next(node); in __rb_hierarchy_next()
2000 node = rb_next(&he->rb_node); in __rb_hierarchy_next()
2033 node = rb_next(node); in hist_entry__has_hierarchy_children()
2147 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2189 nd = rb_next(nd); in resort_filtered_entry()
2256 nd = rb_next(nd); in hists__filter_hierarchy()
2478 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2509 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2526 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2585 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2610 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()