Lines Matching refs:rb_next
194 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
212 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()
312 next = rb_next(&pos->rb_node); in symbols__delete()
402 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
424 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) in symbols__sort_by_name()
431 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
777 next = rb_next(&pos->rb_node); in maps__split_kallsyms_for_kcore()
835 next = rb_next(&pos->rb_node); in maps__split_kallsyms()
1012 next = rb_next(&mi->rb_node); in delete_modules()
1104 from_node = rb_next(from_node); in compare_proc_modules()
1105 to_node = rb_next(to_node); in compare_proc_modules()