Lines Matching refs:guests
257 machines->guests = RB_ROOT_CACHED;
269 struct rb_node **p = &machines->guests.rb_root.rb_node;
294 rb_insert_color_cached(&machine->rb_node, &machines->guests, leftmost);
305 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
314 struct rb_node **p = &machines->guests.rb_root.rb_node;
377 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
390 for (node = rb_first_cached(&machines->guests); node;
895 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
915 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {
1253 struct rb_node *next = rb_first_cached(&machines->guests);
1261 rb_erase_cached(&pos->rb_node, &machines->guests);
2967 for (nd = rb_first_cached(&machines->guests); nd; nd = rb_next(nd)) {