Home
last modified time | relevance | path

Searched refs:best_t0 (Results 1 – 2 of 2) sorted by relevance

/arch/ia64/kernel/
Dsmpboot.c234 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
246 if (t1 - t0 < best_t1 - best_t0) in get_delta()
247 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
250 *rt = best_t1 - best_t0; in get_delta()
251 *master = best_tm - best_t0; in get_delta()
254 tcenter = (best_t0/2 + best_t1/2); in get_delta()
255 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()
/arch/sparc/kernel/
Dsmp_64.c155 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
169 if (t1 - t0 < best_t1 - best_t0) in get_delta()
170 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
173 *rt = best_t1 - best_t0; in get_delta()
174 *master = best_tm - best_t0; in get_delta()
177 tcenter = (best_t0/2 + best_t1/2); in get_delta()
178 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()