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

/freebsd-11.0-release/sys/x86/x86/
H A Dmp_watchdog.c68 static int watchdog_timer = -1; variable
107 watchdog_timer = WATCHDOG_THRESHOLD;
126 watchdog_timer = WATCHDOG_THRESHOLD;
196 atomic_subtract_int(&watchdog_timer, 1);
197 if (watchdog_timer < 4)
198 printf("Watchdog timer: %d\n", watchdog_timer);
199 if (watchdog_timer == 0 && watchdog_dontfire == 0) {
/freebsd-11.0-release/sys/dev/fxp/
H A Dif_fxpvar.h206 int watchdog_timer; /* seconds until chip reset */ member in struct:fxp_softc
H A Dif_fxp.c1400 sc->watchdog_timer = 5;
1783 sc->watchdog_timer = 0;
2193 sc->watchdog_timer = 0;
2247 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
/freebsd-11.0-release/sys/dev/ep/
H A Dif_epvar.h48 struct callout watchdog_timer; member in struct:ep_softc
H A Dif_ep.c314 callout_init_mtx(&sc->watchdog_timer, &sc->sc_mtx, 0);
370 callout_drain(&sc->watchdog_timer);
467 callout_reset(&sc->watchdog_timer, hz, eptick, sc);
988 callout_reset(&sc->watchdog_timer, hz, eptick, sc);
1029 callout_stop(&sc->watchdog_timer);
/freebsd-11.0-release/sys/dev/et/
H A Dif_etvar.h303 int watchdog_timer; member in struct:et_softc
H A Dif_et.c675 sc->watchdog_timer = 0;
1439 sc->watchdog_timer = 5;
1461 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
2302 sc->watchdog_timer = 0;
/freebsd-11.0-release/sys/dev/fatm/
H A Dif_fatmvar.h191 struct callout watchdog_timer; member in struct:fatm_softc
H A Dif_fatm.c402 callout_reset(&sc->watchdog_timer, hz * 5, fatm_watchdog, sc);
476 callout_stop(&sc->watchdog_timer);
1343 callout_reset(&sc->watchdog_timer, hz * 5, fatm_watchdog, sc);
2545 callout_drain(&sc->watchdog_timer);
2787 callout_init_mtx(&sc->watchdog_timer, &sc->mtx, 0);
/freebsd-11.0-release/sys/dev/wl/
H A Dif_wl.c255 struct callout watchdog_timer; member in struct:wl_softc
489 callout_init_mtx(&sc->watchdog_timer, &sc->wl_mtx, 0);
586 callout_stop(&sc->watchdog_timer);
588 callout_drain(&sc->watchdog_timer);
809 callout_stop(&sc->watchdog_timer);
985 callout_stop(&sc->watchdog_timer);
1020 callout_reset(&sc->watchdog_timer, hz / 100, wlwatchdog, sc);
1613 callout_stop(&sc->watchdog_timer);
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp_request.h468 u_int32 watchdog_timer; member in struct:info_loop
/freebsd-11.0-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1028 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT,
1391 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT,
1515 callout_stop(&priv->watchdog_timer);
1746 callout_drain(&priv->watchdog_timer);
2075 callout_init(&priv->watchdog_timer, 1);
H A Dmlx4_en.h587 struct callout watchdog_timer; member in struct:mlx4_en_priv
/freebsd-11.0-release/usr.sbin/ntp/ntpdc/
H A Dnl.c292 printf("offsetof(watchdog_timer) = %d\n",
293 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd-11.0-release/sys/dev/ixgbe/
H A Dixgbe_x550.c476 if (!hw->mac.dmac_config.watchdog_timer)
486 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096;
H A Dif_ix.c3944 if (dcfg->watchdog_timer ^ adapter->dmac ||
3946 dcfg->watchdog_timer = adapter->dmac;
3952 dcfg->watchdog_timer, dcfg->link_speed);
H A Dixgbe_type.h632 u16 watchdog_timer; /* usec units */ member in struct:ixgbe_dmac_config
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c921 (u_long)ntohl((u_long)il->watchdog_timer));
932 (u_long)ntohl(il->watchdog_timer));
/freebsd-11.0-release/sys/dev/bce/
H A Dif_bce.c4960 sc->watchdog_timer = 0;
7006 sc->watchdog_timer = 0;
7643 sc->watchdog_timer = BCE_TX_TIMEOUT;
7856 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
7867 sc->watchdog_timer = BCE_TX_TIMEOUT;
7876 sc->watchdog_timer = BCE_TX_TIMEOUT;
H A Dif_bcereg.h6543 int watchdog_timer; member in struct:bce_softc
/freebsd-11.0-release/sys/dev/bxe/
H A Dbxe.h688 int watchdog_timer; member in struct:bxe_fastpath
H A Dbxe.c3438 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) {
3503 fp->watchdog_timer = BXE_TX_TIMEOUT;
3507 fp->watchdog_timer = 0;
5567 fp->watchdog_timer = BXE_TX_TIMEOUT;
5704 fp->watchdog_timer = BXE_TX_TIMEOUT;
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_request.c1271 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch));

Completed in 441 milliseconds