| /freebsd-10-stable/sys/amd64/amd64/ |
| D | mp_watchdog.c | 68 static int watchdog_timer = -1; variable 108 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_function() 127 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_change() 197 atomic_subtract_int(&watchdog_timer, 1); in ap_watchdog() 198 if (watchdog_timer < 4) in ap_watchdog() 199 printf("Watchdog timer: %d\n", watchdog_timer); in ap_watchdog() 200 if (watchdog_timer == 0 && watchdog_dontfire == 0) { in ap_watchdog()
|
| /freebsd-10-stable/sys/i386/i386/ |
| D | mp_watchdog.c | 68 static int watchdog_timer = -1; variable 108 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_function() 127 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_change() 197 atomic_subtract_int(&watchdog_timer, 1); in ap_watchdog() 198 if (watchdog_timer < 4) in ap_watchdog() 199 printf("Watchdog timer: %d\n", watchdog_timer); in ap_watchdog() 200 if (watchdog_timer == 0 && watchdog_dontfire == 0) { in ap_watchdog()
|
| /freebsd-10-stable/sys/dev/ep/ |
| D | if_ep.c | 312 callout_init_mtx(&sc->watchdog_timer, &sc->sc_mtx, 0); in ep_attach() 366 callout_drain(&sc->watchdog_timer); in ep_detach() 463 callout_reset(&sc->watchdog_timer, hz, eptick, sc); in epinit_locked() 983 callout_reset(&sc->watchdog_timer, hz, eptick, sc); in eptick() 1021 callout_stop(&sc->watchdog_timer); in epstop()
|
| D | if_epvar.h | 48 struct callout watchdog_timer; member
|
| /freebsd-10-stable/sys/dev/fxp/ |
| D | if_fxpvar.h | 205 int watchdog_timer; /* seconds until chip reset */ member
|
| D | if_fxp.c | 1397 sc->watchdog_timer = 5; in fxp_start_body() 1780 sc->watchdog_timer = 0; in fxp_txeof() 2187 sc->watchdog_timer = 0; in fxp_stop() 2240 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in fxp_watchdog()
|
| /freebsd-10-stable/sys/dev/et/ |
| D | if_etvar.h | 303 int watchdog_timer; member
|
| D | if_et.c | 672 sc->watchdog_timer = 0; in et_stop() 1435 sc->watchdog_timer = 5; in et_start_locked() 1457 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in et_watchdog() 2298 sc->watchdog_timer = 0; in et_txeof()
|
| /freebsd-10-stable/sys/dev/fatm/ |
| D | if_fatmvar.h | 191 struct callout watchdog_timer; member
|
| D | if_fatm.c | 401 callout_reset(&sc->watchdog_timer, hz * 5, fatm_watchdog, sc); in fatm_watchdog() 475 callout_stop(&sc->watchdog_timer); in fatm_stop() 1342 callout_reset(&sc->watchdog_timer, hz * 5, fatm_watchdog, sc); in fatm_init_locked() 2544 callout_drain(&sc->watchdog_timer); in fatm_detach() 2786 callout_init_mtx(&sc->watchdog_timer, &sc->mtx, 0); in fatm_attach()
|
| /freebsd-10-stable/sys/ofed/drivers/net/mlx4/ |
| D | en_netdev.c | 1028 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_watchdog_timeout() 1389 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_start_port() 1513 callout_stop(&priv->watchdog_timer); in mlx4_en_stop_port() 1743 callout_drain(&priv->watchdog_timer); in mlx4_en_destroy_netdev() 2074 callout_init(&priv->watchdog_timer, 1); in mlx4_en_init_netdev()
|
| D | mlx4_en.h | 587 struct callout watchdog_timer; member
|
| /freebsd-10-stable/contrib/ntp/ntpdc/ |
| D | layout.std | 146 offsetof(watchdog_timer) = 20
|
| D | ntpdc_ops.c | 921 (u_long)ntohl((u_long)il->watchdog_timer)); in loopinfo() 932 (u_long)ntohl(il->watchdog_timer)); in loopinfo()
|
| /freebsd-10-stable/contrib/ntp/include/ |
| D | ntp_request.h | 468 u_int32 watchdog_timer; member
|
| /freebsd-10-stable/usr.sbin/ntp/ntpdc/ |
| D | nl.c | 293 (int) offsetof(struct info_loop, watchdog_timer));
|
| /freebsd-10-stable/sys/dev/bce/ |
| D | if_bce.c | 4941 sc->watchdog_timer = 0; in bce_stop() 6989 sc->watchdog_timer = 0; in bce_tx_intr() 7626 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_start_locked() 7839 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in bce_watchdog() 7850 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog() 7859 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
|
| D | if_bcereg.h | 6588 int watchdog_timer; member
|
| /freebsd-10-stable/sys/dev/ixgbe/ |
| D | if_ix.c | 3982 if (dcfg->watchdog_timer ^ adapter->dmac || in ixgbe_config_dmac() 3984 dcfg->watchdog_timer = adapter->dmac; in ixgbe_config_dmac() 3990 dcfg->watchdog_timer, dcfg->link_speed); in ixgbe_config_dmac()
|
| D | ixgbe_x550.c | 974 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550() 984 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
|
| D | ixv_type.h | 666 u16 watchdog_timer; /* usec units */ member
|
| D | ixgbe_type.h | 656 u16 watchdog_timer; /* usec units */ member
|
| /freebsd-10-stable/sys/dev/bxe/ |
| D | bxe.h | 696 int watchdog_timer; member
|
| D | bxe.c | 3495 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) { in bxe_watchdog() 3556 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_txeof() 3560 fp->watchdog_timer = 0; in bxe_txeof() 4261 fp->watchdog_timer = 0; in bxe_nic_unload() 5641 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_start_locked() 5775 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_mq_start_locked()
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | ntp_request.c | 1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()
|