best_tm           217 arch/ia64/kernel/smpboot.c 	unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0;
best_tm           230 arch/ia64/kernel/smpboot.c 			best_t0 = t0, best_t1 = t1, best_tm = tm;
best_tm           234 arch/ia64/kernel/smpboot.c 	*master = best_tm - best_t0;
best_tm           240 arch/ia64/kernel/smpboot.c 	return tcenter - best_tm;
best_tm           175 arch/sparc/kernel/smp_64.c 	unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0;
best_tm           190 arch/sparc/kernel/smp_64.c 			best_t0 = t0, best_t1 = t1, best_tm = tm;
best_tm           194 arch/sparc/kernel/smp_64.c 	*master = best_tm - best_t0;
best_tm           200 arch/sparc/kernel/smp_64.c 	return tcenter - best_tm;