Lines Matching defs:nd
1127 struct rb_node *nd;1129 for (nd = rb_first(&trace->host.threads); nd; nd = rb_next(nd)) {1130 struct thread *thread = rb_entry(nd, struct thread, rb_node);