guests 372 tools/perf/util/build-id.c for (nd = rb_first_cached(&session->machines.guests); nd; guests 406 tools/perf/util/build-id.c for (nd = rb_first_cached(&session->machines.guests); nd; guests 860 tools/perf/util/build-id.c for (nd = rb_first_cached(&session->machines.guests); nd; guests 878 tools/perf/util/build-id.c for (nd = rb_first_cached(&session->machines.guests); nd; guests 251 tools/perf/util/machine.c machines->guests = RB_ROOT_CACHED; guests 263 tools/perf/util/machine.c struct rb_node **p = &machines->guests.rb_root.rb_node; guests 288 tools/perf/util/machine.c rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost); guests 299 tools/perf/util/machine.c for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { guests 308 tools/perf/util/machine.c struct rb_node **p = &machines->guests.rb_root.rb_node; guests 371 tools/perf/util/machine.c for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { guests 384 tools/perf/util/machine.c for (node = rb_first_cached(&machines->guests); node; guests 808 tools/perf/util/machine.c for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { guests 828 tools/perf/util/machine.c for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { guests 1178 tools/perf/util/machine.c struct rb_node *next = rb_first_cached(&machines->guests); guests 1186 tools/perf/util/machine.c rb_erase_cached(&pos->rb_node, &machines->guests); guests 2578 tools/perf/util/machine.c for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) { guests 144 tools/perf/util/machine.h struct rb_root_cached guests;