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

/freebsd-10-stable/sys/kern/
H A Dkern_ffclock.c54 extern struct ffclock_estimate ffclock_estimate;
72 struct ffclock_estimate cest;
87 update_ffcount = ffclock_estimate.update_ffcount;
88 bcopy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate));
89 } while (update_ffcount != ffclock_estimate.update_ffcount);
140 update_ffcount = ffclock_estimate.update_ffcount;
141 err_rate = ffclock_estimate.errb_rate;
142 } while (update_ffcount != ffclock_estimate
[all...]
H A Dkern_tc.c485 struct ffclock_estimate ffclock_estimate; variable in typeref:struct:ffclock_estimate
489 struct mtx ffclock_mtx; /* Mutex on ffclock_estimate. */
492 struct ffclock_estimate cest;
535 struct ffclock_estimate cest;
538 memset(&cest, 0, sizeof(struct ffclock_estimate));
552 bcopy(&cest, &ffclock_estimate, sizeof(struct ffclock_estimate));
600 struct ffclock_estimate *cest;
617 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate));
[all...]
/freebsd-10-stable/sys/sys/
H A Dtimeffc.h43 struct ffclock_estimate { struct
383 int ffclock_getestimate(struct ffclock_estimate *cest);
384 int ffclock_setestimate(struct ffclock_estimate *cest);
H A Dsysproto.h734 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];
737 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)];

Completed in 193 milliseconds