top2              108 tools/power/cpupower/lib/cpupower.c 	struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2;
top2              109 tools/power/cpupower/lib/cpupower.c 	if (top1->pkg < top2->pkg)
top2              111 tools/power/cpupower/lib/cpupower.c 	else if (top1->pkg > top2->pkg)
top2              113 tools/power/cpupower/lib/cpupower.c 	else if (top1->core < top2->core)
top2              115 tools/power/cpupower/lib/cpupower.c 	else if (top1->core > top2->core)
top2              117 tools/power/cpupower/lib/cpupower.c 	else if (top1->cpu < top2->cpu)
top2              119 tools/power/cpupower/lib/cpupower.c 	else if (top1->cpu > top2->cpu)