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

/freebsd-10.1-release/sys/amd64/amd64/
H A Dmp_watchdog.c75 static struct callout watchdog_callout; variable in typeref:struct:callout
89 callout_init(&watchdog_callout, CALLOUT_MPSAFE);
110 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, NULL);
124 callout_stop(&watchdog_callout);
130 callout_reset(&watchdog_callout, 1 * hz, watchdog_function,
/freebsd-10.1-release/sys/i386/i386/
H A Dmp_watchdog.c75 static struct callout watchdog_callout; variable in typeref:struct:callout
89 callout_init(&watchdog_callout, CALLOUT_MPSAFE);
110 callout_reset(&watchdog_callout, 1 * hz, watchdog_function, NULL);
124 callout_stop(&watchdog_callout);
130 callout_reset(&watchdog_callout, 1 * hz, watchdog_function,
/freebsd-10.1-release/sys/dev/twa/
H A Dtw_osl_freebsd.c426 callout_init(&(sc->watchdog_callout[0]), CALLOUT_MPSAFE);
427 callout_init(&(sc->watchdog_callout[1]), CALLOUT_MPSAFE);
428 callout_reset(&(sc->watchdog_callout[0]), 5*hz, twa_watchdog, &sc->ctlr_handle);
479 callout_reset(&(sc->watchdog_callout[i]), 70*hz, twa_watchdog, &sc->ctlr_handle);
486 callout_reset(&(sc->watchdog_callout[i]), 5*hz, twa_watchdog, &sc->ctlr_handle);
891 callout_drain(&(sc->watchdog_callout[0]));
892 callout_drain(&(sc->watchdog_callout[1]));
H A Dtw_osl.h151 struct callout watchdog_callout[2]; /* For command timeout */ member in struct:twa_softc

Completed in 51 milliseconds