Lines Matching refs:nd
220 struct rb_node *nd; in perf_session__write_buildid_table() local
226 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__write_buildid_table()
227 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table()
258 struct rb_node *nd; in dsos__hit_all() local
265 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in dsos__hit_all()
266 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all()
500 struct rb_node *nd; in perf_session__cache_build_ids() local
511 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__cache_build_ids()
512 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids()
529 struct rb_node *nd; in perf_session__read_build_ids() local
532 for (nd = rb_first(&session->machines.guests); nd; nd = rb_next(nd)) { in perf_session__read_build_ids()
533 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids()