Lines Matching refs:rb_next
159 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
173 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
190 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
298 next = rb_next(&pos->rb_node); in symbols__delete()
358 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
396 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
478 struct rb_node *n = rb_next(&s->rb_node); in symbol__next_by_name()
506 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) { in dso__fprintf_symbols_by_name()
671 next = rb_next(&pos->rb_node); in dso__split_kallsyms_for_kcore()
725 next = rb_next(&pos->rb_node); in dso__split_kallsyms()
886 next = rb_next(&mi->rb_node); in delete_modules()
977 from_node = rb_next(from_node); in compare_proc_modules()
978 to_node = rb_next(to_node); in compare_proc_modules()