Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_tc.c1982 struct bintime t_this, t_delta; in cpu_tick_calibrate() local
1999 t_delta = t_this; in cpu_tick_calibrate()
2000 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()
2008 divi = t_delta.sec << 20; in cpu_tick_calibrate()
2009 divi |= t_delta.frac >> (64 - 20); in cpu_tick_calibrate()