Searched refs:top2 (Results 1 – 1 of 1) sorted by relevance
137 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare() local138 if (top1->pkg < top2->pkg) in __compare()140 else if (top1->pkg > top2->pkg) in __compare()142 else if (top1->core < top2->core) in __compare()144 else if (top1->core > top2->core) in __compare()146 else if (top1->cpu < top2->cpu) in __compare()148 else if (top1->cpu > top2->cpu) in __compare()157 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare_core_cpu_list() local159 return strcmp(top1->core_cpu_list, top2->core_cpu_list); in __compare_core_cpu_list()
Completed in 4 milliseconds