Lines Matching refs:rb_first
154 nd = rb_first(symbols); in symbols__fixup_duplicate()
182 struct rb_node *nd, *prevnd = rb_first(symbols); in symbols__fixup_end()
294 struct rb_node *next = rb_first(symbols); in symbols__delete()
348 struct rb_node *n = rb_first(symbols); in symbols__first()
396 for (nd = rb_first(source); nd; nd = rb_next(nd)) { in symbols__sort_by_name()
506 for (nd = rb_first(&dso->symbol_names[type]); nd; nd = rb_next(nd)) { in dso__fprintf_symbols_by_name()
660 struct rb_node *next = rb_first(root); in dso__split_kallsyms_for_kcore()
713 struct rb_node *next = rb_first(root); in dso__split_kallsyms()
882 struct rb_node *next = rb_first(modules); in delete_modules()
964 from_node = rb_first(&from_modules); in compare_proc_modules()
965 to_node = rb_first(&to_modules); in compare_proc_modules()