Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_tc.c2032 struct bintime t_this, t_delta; in cpu_tick_calibrate() local
2049 t_delta = t_this; in cpu_tick_calibrate()
2050 bintime_sub(&t_delta, &t_last); in cpu_tick_calibrate()
2058 divi = t_delta.sec << 20; in cpu_tick_calibrate()
2059 divi |= t_delta.frac >> (64 - 20); in cpu_tick_calibrate()