Lines Matching refs:ticks
2111 * than FM_MAXTICKS ticks have elapsed since the last filter event,
2112 * just compute FM_MAXTICKS ticks worth, by which point the level
2132 #define FM_MAXTICKS ((u32)99) /* useless computing more ticks than this */
2149 u32 ticks;
2152 ticks = now - fmp->time;
2154 if (ticks == 0) {
2158 ticks = min(FM_MAXTICKS, ticks);
2159 while (ticks-- > 0) {
2168 /* Process any previous ticks, then bump cnt by one (times scale). */
2177 /* Process any previous ticks, then return current value. */