Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c529 static struct fftimehands ffth[10]; variable
530 static struct fftimehands *volatile fftimehands = ffth;
538 memset(ffth, 0, sizeof(ffth)); in ffclock_init()
540 last = ffth + NUM_ELEMENTS(ffth) - 1; in ffclock_init()
541 for (cur = ffth; cur < last; cur++) in ffclock_init()
543 last->next = ffth; in ffclock_init()
627 struct fftimehands *ffth; in ffclock_windup() local
639 ffth = fftimehands->next; in ffclock_windup()
640 ogen = ffth->gen; in ffclock_windup()
641 ffth->gen = 0; in ffclock_windup()
[all …]