Lines Matching refs:guests
277 machines->guests = RB_ROOT_CACHED;
289 struct rb_node **p = &machines->guests.rb_root.rb_node;
314 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost);
327 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
336 struct rb_node **p = &machines->guests.rb_root.rb_node;
414 * Currently, there is no way to get such mapping information from guests
495 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
508 for (node = rb_first_cached(&machines->guests); node;
1077 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
1097 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
1437 struct rb_node *next = rb_first_cached(&machines->guests);
1445 rb_erase_cached(&pos->rb_node, &machines->guests);
3246 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {