Lines Matching defs:fftimehands
516 struct fftimehands {
523 struct fftimehands *next;
528 static struct fftimehands ffth[10];
529 static struct fftimehands *volatile fftimehands = ffth;
534 struct fftimehands *cur;
535 struct fftimehands *last;
615 * Update the fftimehands.
626 struct fftimehands *ffth;
638 ffth = fftimehands->next;
642 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate));
644 ffth->period_lerp = fftimehands->period_lerp;
646 ffth->tick_time = fftimehands->tick_time;
650 ffth->tick_time_lerp = fftimehands->tick_time_lerp;
654 ffth->tick_ffcount = fftimehands->tick_ffcount + ffdelta;
733 ffdelta -= fftimehands->cest.update_ffcount;
761 fftimehands = ffth;
765 * Adjust the fftimehands when the timecounter is changed. Stating the obvious,
777 struct fftimehands *ffth;
783 ffth = fftimehands->next;
788 bcopy(&(fftimehands->cest), cest, sizeof(struct ffclock_estimate));
794 ffth->tick_ffcount = fftimehands->tick_ffcount;
795 ffth->tick_time_lerp = fftimehands->tick_time_lerp;
796 ffth->tick_time = fftimehands->tick_time;
805 fftimehands = ffth;
814 struct fftimehands *ffth;
822 ffth = fftimehands;
842 struct fftimehands *ffth;
852 ffth = fftimehands;
883 struct fftimehands *ffth;
888 ffth = fftimehands;
901 struct fftimehands *ffth;
911 ffth = fftimehands;
1055 struct fftimehands *ffth;
1071 ffth = fftimehands;
1486 time_second = fftimehands->tick_time_lerp.sec;
1487 time_uptime = fftimehands->tick_time_lerp.sec - ffclock_boottime.sec;
1771 pps->capffth = fftimehands;