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