HomeSort by: relevance | last modified time | path
    Searched defs:sc_timer_ch (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/isa/
wt.c 130 callout_t sc_timer_ch; member in struct:wt_softc
297 callout_init(&sc->sc_timer_ch, 0);
993 callout_reset(&sc->sc_timer_ch, (sc->flags & TPACTIVE) ? 1 : hz,
wt.c 130 callout_t sc_timer_ch; member in struct:wt_softc
297 callout_init(&sc->sc_timer_ch, 0);
993 callout_reset(&sc->sc_timer_ch, (sc->flags & TPACTIVE) ? 1 : hz,

Completed in 21 milliseconds