Lines Matching refs:rb_next
199 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
213 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
230 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
307 next = rb_next(&pos->rb_node); in symbols__delete()
397 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
433 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
553 struct rb_node *n = rb_next(&s->rb_node); in symbol__next_by_name()
750 next = rb_next(&pos->rb_node); in maps__split_kallsyms_for_kcore()
808 next = rb_next(&pos->rb_node); in maps__split_kallsyms()
977 next = rb_next(&mi->rb_node); in delete_modules()
1069 from_node = rb_next(from_node); in compare_proc_modules()
1070 to_node = rb_next(to_node); in compare_proc_modules()