best_t1 217 arch/ia64/kernel/smpboot.c unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; best_t1 229 arch/ia64/kernel/smpboot.c if (t1 - t0 < best_t1 - best_t0) best_t1 230 arch/ia64/kernel/smpboot.c best_t0 = t0, best_t1 = t1, best_tm = tm; best_t1 233 arch/ia64/kernel/smpboot.c *rt = best_t1 - best_t0; best_t1 237 arch/ia64/kernel/smpboot.c tcenter = (best_t0/2 + best_t1/2); best_t1 238 arch/ia64/kernel/smpboot.c if (best_t0 % 2 + best_t1 % 2 == 2) best_t1 175 arch/sparc/kernel/smp_64.c unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; best_t1 189 arch/sparc/kernel/smp_64.c if (t1 - t0 < best_t1 - best_t0) best_t1 190 arch/sparc/kernel/smp_64.c best_t0 = t0, best_t1 = t1, best_tm = tm; best_t1 193 arch/sparc/kernel/smp_64.c *rt = best_t1 - best_t0; best_t1 197 arch/sparc/kernel/smp_64.c tcenter = (best_t0/2 + best_t1/2); best_t1 198 arch/sparc/kernel/smp_64.c if (best_t0 % 2 + best_t1 % 2 == 2)