Searched refs:best_t1 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dsmp_64.c172 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; local
186 if (t1 - t0 < best_t1 - best_t0)
187 best_t0 = t0, best_t1 = t1, best_tm = tm;
190 *rt = best_t1 - best_t0;
193 /* average best_t0 and best_t1 without overflow: */
194 tcenter = (best_t0/2 + best_t1/2);
195 if (best_t0 % 2 + best_t1 % 2 == 2)

Completed in 82 milliseconds