Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/power/cpupower/lib/
A Dcpupower.c129 struct cpuid_core_info *top2 = (struct cpuid_core_info *)t2; in __compare() local
130 if (top1->pkg < top2->pkg) in __compare()
132 else if (top1->pkg > top2->pkg) in __compare()
134 else if (top1->core < top2->core) in __compare()
136 else if (top1->core > top2->core) in __compare()
138 else if (top1->cpu < top2->cpu) in __compare()
140 else if (top1->cpu > top2->cpu) in __compare()
/linux-6.3-rc2/kernel/trace/
A Dring_buffer.c706 unsigned long cnt2, top2, bottom2, msb2; in rb_time_cmpxchg() local
726 rb_time_split(set, &top2, &bottom2, &msb2); in rb_time_cmpxchg()
727 top2 = rb_time_val_cnt(top2, cnt2); in rb_time_cmpxchg()
734 if (!rb_time_read_cmpxchg(&t->top, top, top2)) in rb_time_cmpxchg()

Completed in 12 milliseconds