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