Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ffclock.c57 extern struct bintime ffclock_boottime;
106 bintime_sub(bt, &ffclock_boottime); in ffclock_abstime()
H A Dkern_tc.c487 struct bintime ffclock_boottime; /* Feed-forward boot time estimate. */ variable
541 timespec2bintime(ts, &ffclock_boottime); in ffclock_reset_clock()
692 bintime_add(&ffclock_boottime, &gap_lerp); in ffclock_windup()
694 bintime_sub(&ffclock_boottime, &gap_lerp); in ffclock_windup()
1141 bintime_sub(bt, &ffclock_boottime); in sysclock_snap2bintime()
1446 time_uptime = fftimehands->tick_time_lerp.sec - ffclock_boottime.sec; in tc_windup()