Searched refs:cest (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_ffclock.c72 struct ffclock_estimate cest; local
88 bcopy(&ffclock_estimate, &cest, sizeof(struct ffclock_estimate));
93 * since it started. cest.leapsec_next is the ffcounter prediction of
97 bt->sec -= cest.leapsec_total;
98 if (ffc > cest.leapsec_next)
99 bt->sec -= cest.leapsec;
109 ffdelta_error = ffc - cest.update_ffcount;
112 bintime_mul(error_bound, cest.errb_rate *
115 bintime_addx(error_bound, cest.errb_abs *
410 struct ffclock_estimate *cest; member in struct:ffclock_setestimate_args
417 struct ffclock_estimate cest; local
442 struct ffclock_estimate *cest; member in struct:ffclock_getestimate_args
449 struct ffclock_estimate cest; local
[all...]
H A Dkern_tc.c506 struct ffclock_estimate cest; member in struct:fftimehands
549 struct ffclock_estimate cest; local
552 memset(&cest, 0, sizeof(struct ffclock_estimate));
555 timespec2bintime(ts, &(cest.update_time));
556 ffclock_read_counter(&cest.update_ffcount);
557 cest.leapsec_next = 0;
558 cest.period = ((1ULL << 63) / tc->tc_frequency) << 1;
559 cest.errb_abs = 0;
560 cest.errb_rate = 0;
561 cest
614 struct ffclock_estimate *cest; local
767 struct ffclock_estimate *cest; local
1039 struct ffclock_estimate cest; local
[all...]
H A Dsystrace_args.c1282 uarg[0] = (intptr_t) p->cest; /* struct ffclock_estimate * */
1289 uarg[0] = (intptr_t) p->cest; /* struct ffclock_estimate * */
/freebsd-11.0-release/sys/sys/
H A Dtimeffc.h383 int ffclock_getestimate(struct ffclock_estimate *cest);
384 int ffclock_setestimate(struct ffclock_estimate *cest);
H A Dsysproto.h696 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)]; member in struct:ffclock_setestimate_args
699 char cest_l_[PADL_(struct ffclock_estimate *)]; struct ffclock_estimate * cest; char cest_r_[PADR_(struct ffclock_estimate *)]; member in struct:ffclock_getestimate_args
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c1252 uarg[0] = (intptr_t) p->cest; /* struct ffclock_estimate * */
1259 uarg[0] = (intptr_t) p->cest; /* struct ffclock_estimate * */

Completed in 205 milliseconds