HomeSort by: relevance | last modified time | path
    Searched refs:sc_hup_pending (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/evbarm/dev/
plcomvar.h 113 struct timeval sc_hup_pending; member in struct:plcom_softc
plcom.c 758 microuptime(&sc->sc_hup_pending);
759 sc->sc_hup_pending.tv_sec++;
863 if (timerisset(&sc->sc_hup_pending)) {
865 while (timercmp(&now, &sc->sc_hup_pending, <)) {
866 timersub(&sc->sc_hup_pending, &now, &diff);
873 timerclear(&sc->sc_hup_pending);
  /src/sys/dev/ic/
comvar.h 139 struct timeval sc_hup_pending; member in struct:com_softc
com.c 993 microuptime(&sc->sc_hup_pending);
994 sc->sc_hup_pending.tv_sec++;
1085 if (timerisset(&sc->sc_hup_pending)) {
1087 while (timercmp(&now, &sc->sc_hup_pending, <)) {
1088 timersub(&sc->sc_hup_pending, &now, &diff);
1095 timerclear(&sc->sc_hup_pending);

Completed in 18 milliseconds