Lines Matching refs:nd

2182 	struct rb_node *nd;  in hists__filter_by_type()  local
2189 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2190 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type()
2206 struct rb_node *nd; in resort_filtered_entry() local
2227 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2228 while (nd) { in resort_filtered_entry()
2229 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry()
2231 nd = rb_next(nd); in resort_filtered_entry()
2242 struct rb_node *nd; in hists__filter_hierarchy() local
2250 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2251 while (nd) { in hists__filter_hierarchy()
2252 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2265 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_CHILD); in hists__filter_hierarchy()
2274 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2284 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2294 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2295 while (nd) { in hists__filter_hierarchy()
2296 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2298 nd = rb_next(nd); in hists__filter_hierarchy()
2527 struct rb_node *nd; in hists__match_hierarchy() local
2530 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2531 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2547 struct rb_node *nd; in hists__match() local
2561 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2562 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2575 struct rb_node *nd; in hists__link_hierarchy() local
2578 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2579 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2622 struct rb_node *nd; in hists__link() local
2637 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2638 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()
2654 struct rb_node *nd; in hists__unlink() local
2662 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()
2663 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__unlink()