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

/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c165 u_char sc_backoff ; /* time to call lptout() again */
190 static timeout_t lptout; variable
424 callout_reset(&sc->timer, sc->sc_backoff, lptout, sc);
432 lptout (void *arg) function
442 callout_reset(&sc->timer, sc->sc_backoff, lptout, sc);
/freebsd-11-stable/sys/dev/ppbus/
H A Dlpt.c132 u_char sc_backoff ; /* time to call lptout() again */
141 static timeout_t lptout; variable
446 lptout(void *arg) function
459 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc);
590 callout_reset(&sc->sc_timer, sc->sc_backoff, lptout, sc);
880 * Avoid falling back to lptout() too quickly. First spin-loop
917 /* lptout() will jump in and try to restart. */

Completed in 87 milliseconds