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

/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c517 static struct fftimehands ffth[10]; variable in typeref:struct:fftimehands
518 static struct fftimehands *volatile fftimehands = ffth;
526 memset(ffth, 0, sizeof(ffth));
528 last = ffth + NUM_ELEMENTS(ffth) - 1;
529 for (cur = ffth; cur < last; cur++)
531 last->next = ffth;
615 struct fftimehands *ffth; local
627 ffth
766 struct fftimehands *ffth; local
803 struct fftimehands *ffth; local
831 struct fftimehands *ffth; local
872 struct fftimehands *ffth; local
890 struct fftimehands *ffth; local
1037 struct fftimehands *ffth; local
[all...]

Completed in 103 milliseconds