Searched refs:to_m (Results 1 – 1 of 1) sorted by relevance
1115 struct module_info *from_m, *to_m; in compare_proc_modules() local1131 to_m = rb_entry(to_node, struct module_info, rb_node); in compare_proc_modules()1133 if (from_m->start != to_m->start || in compare_proc_modules()1134 strcmp(from_m->name, to_m->name)) in compare_proc_modules()