Lines Matching refs:nd

2333 	struct rb_node *nd;  in hists__filter_by_type()  local
2340 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2341 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type()
2357 struct rb_node *nd; in resort_filtered_entry() local
2378 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2379 while (nd) { in resort_filtered_entry()
2380 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry()
2382 nd = rb_next(nd); in resort_filtered_entry()
2393 struct rb_node *nd; in hists__filter_hierarchy() local
2401 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2402 while (nd) { in hists__filter_hierarchy()
2403 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2416 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_CHILD); in hists__filter_hierarchy()
2425 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2435 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2445 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2446 while (nd) { in hists__filter_hierarchy()
2447 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2449 nd = rb_next(nd); in hists__filter_hierarchy()
2681 struct rb_node *nd; in hists__match_hierarchy() local
2684 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2685 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2701 struct rb_node *nd; in hists__match() local
2715 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2716 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2729 struct rb_node *nd; in hists__link_hierarchy() local
2732 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2733 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2776 struct rb_node *nd; in hists__link() local
2791 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2792 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()
2808 struct rb_node *nd; in hists__unlink() local
2816 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()
2817 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__unlink()