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

/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c509 ffcounter tick_ffcount; member in struct:fftimehands
643 ffth->tick_ffcount = fftimehands->tick_ffcount + ffdelta;
651 ffdelta = ffth->tick_ffcount - cest->update_ffcount;
668 ffdelta = ffth->tick_ffcount - cest->update_ffcount;
757 * lost, and not accumulated in tick_ffcount. This is a fairly radical
783 ffth->tick_ffcount = fftimehands->tick_ffcount;
808 * sure ffdelta is positive, i.e. ffcount > tick_ffcount.
817 *ffcount = ffth->tick_ffcount;
[all...]

Completed in 150 milliseconds