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