• Home
  • Raw
  • Download

Lines Matching refs:nd

190 	struct rb_node *nd;  in machine__delete_threads()  local
196 nd = rb_first_cached(&threads->entries); in machine__delete_threads()
197 while (nd) { in machine__delete_threads()
198 struct thread *t = rb_entry(nd, struct thread, rb_node); in machine__delete_threads()
200 nd = rb_next(nd); in machine__delete_threads()
295 struct rb_node *nd; in machines__set_comm_exec() local
299 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__set_comm_exec()
300 struct machine *machine = rb_entry(nd, struct machine, rb_node); in machines__set_comm_exec()
369 struct rb_node *nd; in machines__process_guests() local
371 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__process_guests()
372 struct machine *pos = rb_entry(nd, struct machine, rb_node); in machines__process_guests()
805 struct rb_node *nd; in machines__fprintf_dsos() local
808 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos()
809 struct machine *pos = rb_entry(nd, struct machine, rb_node); in machines__fprintf_dsos()
825 struct rb_node *nd; in machines__fprintf_dsos_buildid() local
828 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__fprintf_dsos_buildid()
829 struct machine *pos = rb_entry(nd, struct machine, rb_node); in machines__fprintf_dsos_buildid()
857 struct rb_node *nd; in machine__fprintf() local
868 for (nd = rb_first_cached(&threads->entries); nd; in machine__fprintf()
869 nd = rb_next(nd)) { in machine__fprintf()
870 struct thread *pos = rb_entry(nd, struct thread, rb_node); in machine__fprintf()
2543 struct rb_node *nd; in machine__for_each_thread() local
2550 for (nd = rb_first_cached(&threads->entries); nd; in machine__for_each_thread()
2551 nd = rb_next(nd)) { in machine__for_each_thread()
2552 thread = rb_entry(nd, struct thread, rb_node); in machine__for_each_thread()
2571 struct rb_node *nd; in machines__for_each_thread() local
2578 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { in machines__for_each_thread()
2579 struct machine *machine = rb_entry(nd, struct machine, rb_node); in machines__for_each_thread()