Lines Matching refs:rb_next
179 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
193 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
210 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
292 next = rb_next(&pos->rb_node); in symbols__delete()
378 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
411 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
524 struct rb_node *n = rb_next(&s->rb_node); in symbol__next_by_name()
696 next = rb_next(&pos->rb_node); in map_groups__split_kallsyms_for_kcore()
752 next = rb_next(&pos->rb_node); in map_groups__split_kallsyms()
921 next = rb_next(&mi->rb_node); in delete_modules()
1013 from_node = rb_next(from_node); in compare_proc_modules()
1014 to_node = rb_next(to_node); in compare_proc_modules()