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

/freebsd-10.1-release/sys/powerpc/powermac/
H A Dsmusat.c80 time_t sc_last_update; member in struct:smusat_softc
118 sc->sc_last_update = 0;
218 sc->sc_last_update = time_uptime;
234 if (time_uptime - sc->sc_last_update > 1)
242 sc->sc_last_update = 0; /* Result was bad, don't cache */

Completed in 38 milliseconds