Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_tc.c528 static struct fftimehands ffth[10]; variable
529 static struct fftimehands *volatile fftimehands = ffth;
537 memset(ffth, 0, sizeof(ffth)); in ffclock_init()
539 last = ffth + NUM_ELEMENTS(ffth) - 1; in ffclock_init()
540 for (cur = ffth; cur < last; cur++) in ffclock_init()
542 last->next = ffth; in ffclock_init()
626 struct fftimehands *ffth; in ffclock_windup() local
638 ffth = fftimehands->next; in ffclock_windup()
639 ogen = ffth->gen; in ffclock_windup()
640 ffth->gen = 0; in ffclock_windup()
[all …]