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

/freebsd-10.1-release/sys/dev/atkbdc/
H A Dpsm.c328 struct timeval lastsoftintr; /* time of last soft interrupt */ member in struct:psm_softc
2485 if (!timeelapsed(&sc->lastsoftintr, psmsecs, psmusecs, &now) ||
2883 timevaladd(&sc->taptimeout, &sc->lastsoftintr);
2969 if (timevalcmp(&sc->lastsoftintr, &sc->taptimeout, >) ||
3131 timevalcmp(&sc->lastsoftintr, &sc->taptimeout, <=) &&
3173 timevaladd(&sc->taptimeout, &sc->lastsoftintr);
3215 if (timevalcmp(&sc->lastsoftintr, &sc->taptimeout, <=)) {
3347 getmicrouptime(&sc->lastsoftintr);

Completed in 93 milliseconds