Home | History | Annotate | Download | only in gtk

Lines Matching refs:nd

138 	struct rb_node *nd;
141 for (nd = rb_first(root); nd; nd = rb_next(nd)) {
149 node = rb_entry(nd, struct callchain_node, rb_node);
209 struct rb_node *nd;
280 for (nd = rb_first(&hists->entries); nd; nd = rb_next(nd)) {
281 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node);