Lines Matching refs:rb_next
156 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
170 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
187 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
210 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in __map_groups__fixup_end()
292 next = rb_next(&pos->rb_node); in symbols__delete()
352 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
390 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
457 struct rb_node *n = rb_next(&s->rb_node); in symbol__next_by_name()
485 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) { in dso__fprintf_symbols_by_name()
647 next = rb_next(&pos->rb_node); in dso__split_kallsyms_for_kcore()
706 next = rb_next(&pos->rb_node); in dso__split_kallsyms()
867 next = rb_next(&mi->rb_node); in delete_modules()
958 from_node = rb_next(from_node); in compare_proc_modules()
959 to_node = rb_next(to_node); in compare_proc_modules()
1510 for (nd = rb_first(&mg->maps[type]); nd; nd = rb_next(nd)) { in map_groups__find_by_name()