Home | History | Annotate | Download | only in tests

Lines Matching refs:nd

24 	struct rb_node *nd;
120 for (nd = rb_first(&vmlinux_map->dso->symbols[type]); nd; nd = rb_next(nd)) {
124 sym = rb_entry(nd, struct symbol, rb_node);
197 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
198 struct map *pos = rb_entry(nd, struct map, rb_node), *pair;
217 for (nd = rb_first(&vmlinux.kmaps.maps[type]); nd; nd = rb_next(nd)) {
218 struct map *pos = rb_entry(nd, struct map, rb_node), *pair;
241 for (nd = rb_first(&kallsyms.kmaps.maps[type]);
242 nd; nd = rb_next(nd)) {
243 struct map *pos = rb_entry(nd, struct map, rb_node);