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

/freebsd-10.2-release/sys/i386/i386/
H A Dmp_watchdog.c68 static int watchdog_timer = -1; variable
108 watchdog_timer = WATCHDOG_THRESHOLD;
127 watchdog_timer = WATCHDOG_THRESHOLD;
197 atomic_subtract_int(&watchdog_timer, 1);
198 if (watchdog_timer < 4)
199 printf("Watchdog timer: %d\n", watchdog_timer);
200 if (watchdog_timer == 0 && watchdog_dontfire == 0) {
/freebsd-10.2-release/sys/amd64/amd64/
H A Dmp_watchdog.c68 static int watchdog_timer = -1; variable
108 watchdog_timer = WATCHDOG_THRESHOLD;
127 watchdog_timer = WATCHDOG_THRESHOLD;
197 atomic_subtract_int(&watchdog_timer, 1);
198 if (watchdog_timer < 4)
199 printf("Watchdog timer: %d\n", watchdog_timer);
200 if (watchdog_timer == 0 && watchdog_dontfire == 0) {
/freebsd-10.2-release/sys/dev/ep/
H A Dif_epvar.h48 struct callout watchdog_timer; member in struct:ep_softc
H A Dif_ep.c312 callout_init_mtx(&sc->watchdog_timer, &sc->sc_mtx, 0);
366 callout_drain(&sc->watchdog_timer);
463 callout_reset(&sc->watchdog_timer, hz, eptick, sc);
983 callout_reset(&sc->watchdog_timer, hz, eptick, sc);
1021 callout_stop(&sc->watchdog_timer);
/freebsd-10.2-release/sys/dev/fxp/
H A Dif_fxpvar.h205 int watchdog_timer; /* seconds until chip reset */ member in struct:fxp_softc
H A Dif_fxp.c1397 sc->watchdog_timer = 5;
1780 sc->watchdog_timer = 0;
2187 sc->watchdog_timer = 0;
2240 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
/freebsd-10.2-release/sys/dev/et/
H A Dif_etvar.h303 int watchdog_timer; member in struct:et_softc
H A Dif_et.c672 sc->watchdog_timer = 0;
1435 sc->watchdog_timer = 5;
1457 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
2298 sc->watchdog_timer = 0;
/freebsd-10.2-release/sys/dev/fatm/
H A Dif_fatmvar.h191 struct callout watchdog_timer; member in struct:fatm_softc
H A Dif_fatm.c401 callout_reset(&sc->watchdog_timer, hz * 5, fatm_watchdog, sc);
475 callout_stop(&sc->watchdog_timer);
1342 callout_reset(&sc->watchdog_timer, hz * 5, fatm_watchdog, sc);
2544 callout_drain(&sc->watchdog_timer);
2786 callout_init_mtx(&sc->watchdog_timer, &sc->mtx, 0);
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c1027 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT,
1395 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT,
1519 callout_stop(&priv->watchdog_timer);
1748 callout_drain(&priv->watchdog_timer);
2015 callout_init(&priv->watchdog_timer, 1);
H A Dmlx4_en.h619 struct callout watchdog_timer; member in struct:mlx4_en_priv
/freebsd-10.2-release/contrib/ntp/include/
H A Dntp_request.h468 u_int32 watchdog_timer; member in struct:info_loop
/freebsd-10.2-release/usr.sbin/ntp/ntpdc/
H A Dnl.c292 printf("offsetof(watchdog_timer) = %d\n",
293 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd-10.2-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-10.2-release/sys/dev/ixgbe/
H A Dixgbe_x550.c514 if (!hw->mac.dmac_config.watchdog_timer)
524 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096;
H A Dif_ix.c3501 if (dcfg->watchdog_timer ^ adapter->dmac ||
3503 dcfg->watchdog_timer = adapter->dmac;
3509 dcfg->watchdog_timer, dcfg->link_speed);
H A Dixgbe_type.h631 u16 watchdog_timer; /* usec units */ member in struct:ixgbe_dmac_config
/freebsd-10.2-release/sys/dev/bce/
H A Dif_bce.c4941 sc->watchdog_timer = 0;
6989 sc->watchdog_timer = 0;
7626 sc->watchdog_timer = BCE_TX_TIMEOUT;
7839 if (sc->watchdog_timer == 0 || --sc->watchdog_timer)
7850 sc->watchdog_timer = BCE_TX_TIMEOUT;
7859 sc->watchdog_timer = BCE_TX_TIMEOUT;
H A Dif_bcereg.h6588 int watchdog_timer; member in struct:bce_softc
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_request.c1271 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch));
/freebsd-10.2-release/sys/dev/bxe/
H A Dbxe.h716 int watchdog_timer; member in struct:bxe_fastpath
H A Dbxe.c3664 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) {
3725 fp->watchdog_timer = BXE_TX_TIMEOUT;
3729 fp->watchdog_timer = 0;
5958 fp->watchdog_timer = BXE_TX_TIMEOUT;
6087 fp->watchdog_timer = BXE_TX_TIMEOUT;

Completed in 505 milliseconds