Home | History | Annotate | Download | only in util

Lines Matching full:rb_first

95 	struct rb_node *nd, *prevnd = rb_first(symbols);
119 struct rb_node *nd, *prevnd = rb_first(&mg->maps[type]);
230 struct rb_node *next = rb_first(symbols);
330 for (nd = rb_first(source); nd; nd = rb_next(nd)) {
413 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) {
432 for (nd = rb_first(&dso->symbols[type]); nd; nd = rb_next(nd)) {
576 struct rb_node *next = rb_first(root);
1625 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) {
2137 for (nd = rb_first(machines); nd; nd = rb_next(nd)) {
2174 for (nd = rb_first(machines); nd; nd = rb_next(nd)) {
2639 struct rb_node *next = rb_first(machines);