Home | History | Annotate | Download | only in util

Lines Matching refs:nd

71 	struct rb_node *nd = rb_first(&machine->threads);
73 while (nd) {
74 struct thread *t = rb_entry(nd, struct thread, rb_node);
77 nd = rb_next(nd);
145 struct rb_node *nd;
150 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
151 struct machine *machine = rb_entry(nd, struct machine, rb_node);
220 struct rb_node *nd;
222 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
223 struct machine *pos = rb_entry(nd, struct machine, rb_node);
365 struct rb_node *nd;
369 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
370 struct machine *pos = rb_entry(nd, struct machine, rb_node);
388 struct rb_node *nd;
391 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
392 struct machine *pos = rb_entry(nd, struct machine, rb_node);
420 struct rb_node *nd;
422 for (nd = rb_first(&machine->threads); nd; nd = rb_next(nd)) {
423 struct thread *pos = rb_entry(nd, struct thread, rb_node);