Lines Matching refs:rb_next
204 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
222 nd = rb_next(&curr->rb_node); in symbols__fixup_duplicate()
240 for (nd = rb_next(prevnd); nd; nd = rb_next(nd)) { in symbols__fixup_end()
345 next = rb_next(&pos->rb_node); in symbols__delete()
435 struct rb_node *n = rb_next(&sym->rb_node); in symbols__next()
457 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) in symbols__sort_by_name()
464 for (nd = rb_first_cached(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
810 next = rb_next(&pos->rb_node); in maps__split_kallsyms_for_kcore()
868 next = rb_next(&pos->rb_node); in maps__split_kallsyms()
1045 next = rb_next(&mi->rb_node); in delete_modules()
1137 from_node = rb_next(from_node); in compare_proc_modules()
1138 to_node = rb_next(to_node); in compare_proc_modules()