Home
last modified time | relevance | path

Searched refs:top2 (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/power/cpupower/lib/
Dcpupower.c136 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare() local
137 if (top1->pkg < top2->pkg) in __compare()
139 else if (top1->pkg > top2->pkg) in __compare()
141 else if (top1->core < top2->core) in __compare()
143 else if (top1->core > top2->core) in __compare()
145 else if (top1->cpu < top2->cpu) in __compare()
147 else if (top1->cpu > top2->cpu) in __compare()