Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_ffclock.c56 extern struct ffclock_estimate ffclock_estimate;
74 struct ffclock_estimate cest; in ffclock_abstime()
89 update_ffcount = ffclock_estimate.update_ffcount; in ffclock_abstime()
90 bcopy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate)); in ffclock_abstime()
143 err_rate = ffclock_estimate.errb_rate; in ffclock_difftime()
414 struct ffclock_estimate *cest;
421 struct ffclock_estimate cest; in sys_ffclock_setestimate()
433 memcpy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate)); in sys_ffclock_setestimate()
446 struct ffclock_estimate *cest;
453 struct ffclock_estimate cest; in sys_ffclock_getestimate()
[all …]
H A Dkern_tc.c486 struct ffclock_estimate ffclock_estimate; variable
493 struct ffclock_estimate cest;
536 struct ffclock_estimate cest; in ffclock_reset_clock()
539 memset(&cest, 0, sizeof(struct ffclock_estimate)); in ffclock_reset_clock()
553 bcopy(&cest, &ffclock_estimate, sizeof(struct ffclock_estimate)); in ffclock_reset_clock()
601 struct ffclock_estimate *cest; in ffclock_windup()
618 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()
654 bcopy(&ffclock_estimate, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()
754 struct ffclock_estimate *cest; in ffclock_change_tc()
764 bcopy(&(fftimehands->cest), cest, sizeof(struct ffclock_estimate)); in ffclock_change_tc()
[all …]
/f-stack/freebsd/sys/
H A Dtimeffc.h45 struct ffclock_estimate { struct
385 int ffclock_getestimate(struct ffclock_estimate *cest);
386 int ffclock_setestimate(struct ffclock_estimate *cest);
H A Dsysproto.h670 …char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_…
673 …char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_…