Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dkern_tc.c900 static struct bintime t_last; in cpu_tick_calibrate() local
906 t_last.sec = 0; in cpu_tick_calibrate()
916 if (t_last.sec != 0) { in cpu_tick_calibrate()
919 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()
939 t_last = t_this; in cpu_tick_calibrate()