Lines Matching refs:nd

2335 	struct rb_node *nd;  in hists__filter_by_type()  local
2342 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2343 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type()
2359 struct rb_node *nd; in resort_filtered_entry() local
2380 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2381 while (nd) { in resort_filtered_entry()
2382 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry()
2384 nd = rb_next(nd); in resort_filtered_entry()
2395 struct rb_node *nd; in hists__filter_hierarchy() local
2403 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2404 while (nd) { in hists__filter_hierarchy()
2405 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2418 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_CHILD); in hists__filter_hierarchy()
2427 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2437 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2447 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2448 while (nd) { in hists__filter_hierarchy()
2449 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2451 nd = rb_next(nd); in hists__filter_hierarchy()
2683 struct rb_node *nd; in hists__match_hierarchy() local
2686 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2687 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2703 struct rb_node *nd; in hists__match() local
2717 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2718 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2731 struct rb_node *nd; in hists__link_hierarchy() local
2734 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2735 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2778 struct rb_node *nd; in hists__link() local
2793 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2794 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()
2810 struct rb_node *nd; in hists__unlink() local
2818 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()
2819 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__unlink()