Lines Matching refs:ffclock_estimate
511 struct ffclock_estimate ffclock_estimate; variable
518 struct ffclock_estimate cest;
561 struct ffclock_estimate cest; in ffclock_reset_clock()
564 memset(&cest, 0, sizeof(struct ffclock_estimate)); in ffclock_reset_clock()
578 bcopy(&cest, &ffclock_estimate, sizeof(struct ffclock_estimate)); in ffclock_reset_clock()
626 struct ffclock_estimate *cest; in ffclock_windup()
643 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()
679 bcopy(&ffclock_estimate, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()
779 struct ffclock_estimate *cest; in ffclock_change_tc()
789 bcopy(&(fftimehands->cest), cest, sizeof(struct ffclock_estimate)); in ffclock_change_tc()
1058 struct ffclock_estimate cest; in sysclock_getsnapshot()