Lines Matching defs:nd
2336 struct rb_node *nd;
2343 for (nd = rb_first_cached(&hists->entries); nd; nd = rb_next(nd)) {
2344 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
2360 struct rb_node *nd;
2381 nd = rb_first_cached(&he->hroot_out);
2382 while (nd) {
2383 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
2385 nd = rb_next(nd);
2396 struct rb_node *nd;
2404 nd = rb_first_cached(&hists->entries);
2405 while (nd) {
2406 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
2419 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_CHILD);
2428 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING);
2438 nd = __rb_hierarchy_next(&h->rb_node, HMD_FORCE_SIBLING);
2448 nd = rb_first_cached(&hists->entries);
2449 while (nd) {
2450 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);
2452 nd = rb_next(nd);
2684 struct rb_node *nd;
2687 for (nd = rb_first_cached(leader_root); nd; nd = rb_next(nd)) {
2688 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2704 struct rb_node *nd;
2718 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) {
2719 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2732 struct rb_node *nd;
2735 for (nd = rb_first_cached(other_root); nd; nd = rb_next(nd)) {
2736 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2779 struct rb_node *nd;
2794 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) {
2795 pos = rb_entry(nd, struct hist_entry, rb_node_in);
2811 struct rb_node *nd;
2819 for (nd = rb_first_cached(root); nd; nd = rb_next(nd)) {
2820 pos = rb_entry(nd, struct hist_entry, rb_node_in);