Lines Matching defs:oldmatch
148 uint32_t oscr, nextmatch, oldmatch;
154 oldmatch = sc->sc_clock_count;
155 nextmatch = oldmatch + TIMER_FREQUENCY / hz;
160 if ((nextmatch > oldmatch &&
161 (oscr > nextmatch || oscr < oldmatch)) ||
162 (nextmatch < oldmatch && oscr > nextmatch && oscr < oldmatch)) {
187 uint32_t oscr, nextmatch, oldmatch;
193 oldmatch = sc->sc_statclock_count;
194 nextmatch = oldmatch + sc->sc_statclock_step;
199 if ((nextmatch > oldmatch &&
200 (oscr > nextmatch || oscr < oldmatch)) ||
201 (nextmatch < oldmatch && oscr > nextmatch && oscr < oldmatch)) {