Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching defs:nd

119 	struct rb_node *nd = rb_first(&self->entries), *next;
122 while (nd) {
123 struct hist_entry *he = rb_entry(nd, struct hist_entry, rb_node);
133 nd = rb_prev(nd);
135 nd = rb_next(nd);
143 next = rb_next(nd);
146 next = rb_prev(nd);
153 nd = next;
156 nd = rb_next(nd);