Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c521 ffcounter tick_ffcount; member
655 ffth->tick_ffcount = fftimehands->tick_ffcount + ffdelta; in ffclock_windup()
663 ffdelta = ffth->tick_ffcount - cest->update_ffcount; in ffclock_windup()
680 ffdelta = ffth->tick_ffcount - cest->update_ffcount; in ffclock_windup()
795 ffth->tick_ffcount = fftimehands->tick_ffcount; in ffclock_change_tc()
829 *ffcount = ffth->tick_ffcount; in ffclock_last_tick()
855 if (ffcount > ffth->tick_ffcount) in ffclock_convert_abs()
856 ffdelta = ffcount - ffth->tick_ffcount; in ffclock_convert_abs()
858 ffdelta = ffth->tick_ffcount - ffcount; in ffclock_convert_abs()
868 if (ffcount > ffth->tick_ffcount) in ffclock_convert_abs()
[all …]