Searched refs:this_perf (Results 1 – 1 of 1) sorted by relevance
189 int this_perf = per_cpu(misaligned_access_speed, cpu); in hwprobe_misaligned() local192 perf = this_perf; in hwprobe_misaligned()194 if (perf != this_perf) { in hwprobe_misaligned()226 int this_perf = per_cpu(vector_misaligned_access, cpu); in hwprobe_vec_misaligned() local229 perf = this_perf; in hwprobe_vec_misaligned()231 if (perf != this_perf) { in hwprobe_vec_misaligned()
Completed in 3 milliseconds