Lines Matching refs:rb_next
222 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
239 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
257 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
356 next = rb_next(&pos->rb_node); in symbols__delete()
446 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
468 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) in symbols__sort_by_name()
475 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
824 next = rb_next(&pos->rb_node); in maps__split_kallsyms_for_kcore()
883 next = rb_next(&pos->rb_node); in maps__split_kallsyms()
1063 next = rb_next(&mi->rb_node); in delete_modules()
1155 from_node = rb_next(from_node); in compare_proc_modules()
1156 to_node = rb_next(to_node); in compare_proc_modules()