Home
last modified time | relevance | path

Searched refs:fftimehands (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_tc.c517 struct fftimehands { struct
524 struct fftimehands *next; argument
529 static struct fftimehands ffth[10];
530 static struct fftimehands *volatile fftimehands = ffth; variable
535 struct fftimehands *cur; in ffclock_init()
536 struct fftimehands *last; in ffclock_init()
627 struct fftimehands *ffth; in ffclock_windup()
639 ffth = fftimehands->next; in ffclock_windup()
643 bcopy(&fftimehands->cest, cest, sizeof(struct ffclock_estimate)); in ffclock_windup()
645 ffth->period_lerp = fftimehands->period_lerp; in ffclock_windup()
[all …]
/freebsd/sys/sys/
H A Dtimepps.h146 struct fftimehands *capffth;