• Home
  • Raw
  • Download

Lines Matching refs:nd

2093 	struct rb_node *nd;  in hists__filter_by_type()  local
2100 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
2101 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type()
2117 struct rb_node *nd; in resort_filtered_entry() local
2138 nd = rb_first_cached(&he->hroot_out); in resort_filtered_entry()
2139 while (nd) { in resort_filtered_entry()
2140 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry()
2142 nd = rb_next(nd); in resort_filtered_entry()
2153 struct rb_node *nd; in hists__filter_hierarchy() local
2161 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2162 while (nd) { in hists__filter_hierarchy()
2163 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2176 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_CHILD); in hists__filter_hierarchy()
2185 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2195 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2205 nd = rb_first_cached(&hists->entries); in hists__filter_hierarchy()
2206 while (nd) { in hists__filter_hierarchy()
2207 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2209 nd = rb_next(nd); in hists__filter_hierarchy()
2428 struct rb_node *nd; in hists__match_hierarchy() local
2431 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2432 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2448 struct rb_node *nd; in hists__match() local
2462 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__match()
2463 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2476 struct rb_node *nd; in hists__link_hierarchy() local
2479 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2480 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2523 struct rb_node *nd; in hists__link() local
2538 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__link()
2539 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()
2555 struct rb_node *nd; in hists__unlink() local
2563 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) { in hists__unlink()
2564 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__unlink()