Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dsmpboot.c217 unsigned long best_t0 = 0, best_t1 = ~0UL, best_tm = 0; in get_delta() local
229 if (t1 - t0 < best_t1 - best_t0) in get_delta()
230 best_t0 = t0, best_t1 = t1, best_tm = tm; in get_delta()
233 *rt = best_t1 - best_t0; in get_delta()
237 tcenter = (best_t0/2 + best_t1/2); in get_delta()
238 if (best_t0 % 2 + best_t1 % 2 == 2) in get_delta()
/Linux-v5.4/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()