Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dsmpboot.c218 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
230 if (t1 - t0 < best_t1 - best_t0) in get_delta()
231 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
234 *rt = best_t1 - best_t0; in get_delta()
238 tcenter = (best_t0/2 + best_t1/2); in get_delta()
239 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()
/Linux-v4.19/arch/sparc/kernel/
Dsmp_64.c175 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
189 if (t1 - t0 < best_t1 - best_t0) in get_delta()
190 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
193 *rt = best_t1 - best_t0; in get_delta()
197 tcenter = (best_t0/2 + best_t1/2); in get_delta()
198 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()