Searched refs:cest (Results 1 – 5 of 5) sorted by relevance
74 struct ffclock_estimate cest; in ffclock_abstime() local99 bt->sec -= cest.leapsec_total; in ffclock_abstime()100 if (ffc > cest.leapsec_next) in ffclock_abstime()101 bt->sec -= cest.leapsec; in ffclock_abstime()114 bintime_mul(error_bound, cest.errb_rate * in ffclock_abstime()414 struct ffclock_estimate *cest; member421 struct ffclock_estimate cest; in sys_ffclock_setestimate() local428 if ((error = copyin(uap->cest, &cest, sizeof(struct ffclock_estimate))) in sys_ffclock_setestimate()446 struct ffclock_estimate *cest; member453 struct ffclock_estimate cest; in sys_ffclock_getestimate() local[all …]
544 cest.leapsec_next = 0; in ffclock_reset_clock()546 cest.errb_abs = 0; in ffclock_reset_clock()547 cest.errb_rate = 0; in ffclock_reset_clock()550 cest.leapsec = 0; in ffclock_reset_clock()617 cest = &ffth->cest; in ffclock_windup()618 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()763 cest = &ffth->cest; in ffclock_change_tc()764 bcopy(&(fftimehands->cest), cest, sizeof(struct ffclock_estimate)); in ffclock_change_tc()766 cest->errb_abs = 0; in ffclock_change_tc()767 cest->errb_rate = 0; in ffclock_change_tc()[all …]
1232 uarg[0] = (intptr_t) p->cest; /* struct ffclock_estimate * */ in systrace_args()1239 uarg[0] = (intptr_t) p->cest; /* struct ffclock_estimate * */ in systrace_args()
385 int ffclock_getestimate(struct ffclock_estimate *cest);386 int ffclock_setestimate(struct ffclock_estimate *cest);
670 …char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_… member673 …char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_… member