Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c2089 struct bintime t_this, t_delta; in cpu_tick_calibrate() local
2106 t_delta = t_this; in cpu_tick_calibrate()
2107 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()
2115 divi = t_delta.sec << 20; in cpu_tick_calibrate()
2116 divi |= t_delta.frac >> (64 - 20); in cpu_tick_calibrate()