Home | History | Annotate | Download | only in util

Lines Matching refs:guests

100 	machines->guests = RB_ROOT;
113 struct rb_node **p = &machines->guests.rb_node;
137 rb_insert_color(&machine->rb_node, &machines->guests);
150 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
159 struct rb_node **p = &machines->guests.rb_node;
222 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
249 for (node = rb_first(&machines->guests); node; node = rb_next(node)) {
369 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
391 for (nd = rb_first(&machines->guests); nd; nd = rb_next(nd)) {
613 struct rb_node *next = rb_first(&machines->guests);
621 rb_erase(&pos->rb_node, &machines->guests);