Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dsmpboot.c219 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
231 if (t1 - t0 < best_t1 - best_t0) in get_delta()
232 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
235 *rt = best_t1 - best_t0; in get_delta()
236 *master = best_tm - best_t0; in get_delta()
239 tcenter = (best_t0/2 + best_t1/2); in get_delta()
240 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()
/arch/sparc/kernel/
Dsmp_64.c160 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
174 if (t1 - t0 < best_t1 - best_t0) in get_delta()
175 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
178 *rt = best_t1 - best_t0; in get_delta()
179 *master = best_tm - best_t0; in get_delta()
182 tcenter = (best_t0/2 + best_t1/2); in get_delta()
183 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()