Lines Matching refs:rb_next
194 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
208 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
226 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
324 next = rb_next(&pos->rb_node); in symbols__delete()
414 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
450 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
570 struct rb_node *n = rb_next(&s->rb_node); in symbol__next_by_name()
767 next = rb_next(&pos->rb_node); in maps__split_kallsyms_for_kcore()
825 next = rb_next(&pos->rb_node); in maps__split_kallsyms()
994 next = rb_next(&mi->rb_node); in delete_modules()
1086 from_node = rb_next(from_node); in compare_proc_modules()
1087 to_node = rb_next(to_node); in compare_proc_modules()