Lines Matching refs:fftimehands

517 struct fftimehands {  struct
524 struct fftimehands *next; argument
529 static struct fftimehands ffth[10];
530 static struct fftimehands *volatile fftimehands = ffth; variable
535 struct fftimehands *cur; in ffclock_init()
536 struct fftimehands *last; in ffclock_init()
627 struct fftimehands *ffth; in ffclock_windup()
639 ffth = fftimehands->next; in ffclock_windup()
643 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()
645 ffth->period_lerp = fftimehands->period_lerp; in ffclock_windup()
647 ffth->tick_time = fftimehands->tick_time; in ffclock_windup()
651 ffth->tick_time_lerp = fftimehands->tick_time_lerp; in ffclock_windup()
655 ffth->tick_ffcount = fftimehands->tick_ffcount + ffdelta; in ffclock_windup()
734 ffdelta -= fftimehands->cest.update_ffcount; in ffclock_windup()
762 fftimehands = ffth; in ffclock_windup()
778 struct fftimehands *ffth; in ffclock_change_tc()
784 ffth = fftimehands->next; in ffclock_change_tc()
789 bcopy(&(fftimehands->cest), cest, sizeof(struct ffclock_estimate)); in ffclock_change_tc()
795 ffth->tick_ffcount = fftimehands->tick_ffcount; in ffclock_change_tc()
796 ffth->tick_time_lerp = fftimehands->tick_time_lerp; in ffclock_change_tc()
797 ffth->tick_time = fftimehands->tick_time; in ffclock_change_tc()
806 fftimehands = ffth; in ffclock_change_tc()
815 struct fftimehands *ffth; in ffclock_last_tick()
823 ffth = fftimehands; in ffclock_last_tick()
843 struct fftimehands *ffth; in ffclock_convert_abs()
853 ffth = fftimehands; in ffclock_convert_abs()
884 struct fftimehands *ffth; in ffclock_convert_diff()
889 ffth = fftimehands; in ffclock_convert_diff()
902 struct fftimehands *ffth; in ffclock_read_counter()
912 ffth = fftimehands; in ffclock_read_counter()
1056 struct fftimehands *ffth; in sysclock_getsnapshot()
1073 ffth = fftimehands; in sysclock_getsnapshot()
1494 time_second = fftimehands->tick_time_lerp.sec; in tc_windup()
1495 time_uptime = fftimehands->tick_time_lerp.sec - ffclock_boottime.sec; in tc_windup()
1779 pps->capffth = fftimehands; in pps_capture()