Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c2031 static struct bintime t_last; in cpu_tick_calibrate() local
2037 t_last.sec = 0; in cpu_tick_calibrate()
2047 if (t_last.sec != 0) { in cpu_tick_calibrate()
2050 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()
2070 t_last = t_this; in cpu_tick_calibrate()