Lines Matching refs:nd

1961 	struct rb_node *nd;  in hists__filter_by_type()  local
1968 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) { in hists__filter_by_type()
1969 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_type()
1984 struct rb_node *nd; in resort_filtered_entry() local
2002 nd = rb_first(&he->hroot_out); in resort_filtered_entry()
2003 while (nd) { in resort_filtered_entry()
2004 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in resort_filtered_entry()
2006 nd = rb_next(nd); in resort_filtered_entry()
2017 struct rb_node *nd; in hists__filter_hierarchy() local
2025 nd = rb_first(&hists->entries); in hists__filter_hierarchy()
2026 while (nd) { in hists__filter_hierarchy()
2027 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2040 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_CHILD); in hists__filter_hierarchy()
2049 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2059 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING); in hists__filter_hierarchy()
2069 nd = rb_first(&hists->entries); in hists__filter_hierarchy()
2070 while (nd) { in hists__filter_hierarchy()
2071 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_hierarchy()
2073 nd = rb_next(nd); in hists__filter_hierarchy()
2286 struct rb_node *nd; in hists__match_hierarchy() local
2289 for (nd = rb_first(leader_root); nd; nd = rb_next(nd)) { in hists__match_hierarchy()
2290 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match_hierarchy()
2306 struct rb_node *nd; in hists__match() local
2320 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__match()
2321 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__match()
2334 struct rb_node *nd; in hists__link_hierarchy() local
2337 for (nd = rb_first(other_root); nd; nd = rb_next(nd)) { in hists__link_hierarchy()
2338 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link_hierarchy()
2381 struct rb_node *nd; in hists__link() local
2396 for (nd = rb_first(root); nd; nd = rb_next(nd)) { in hists__link()
2397 pos = rb_entry(nd, struct hist_entry, rb_node_in); in hists__link()