Home
last modified time | relevance | path

Searched refs:watchdog_timer (Results 1 – 25 of 25) sorted by relevance

/freebsd-10-stable/sys/amd64/amd64/
Dmp_watchdog.c68 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/
Dmp_watchdog.c68 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/
Dif_ep.c312 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()
Dif_epvar.h48 struct callout watchdog_timer; member
/freebsd-10-stable/sys/dev/fxp/
Dif_fxpvar.h205 int watchdog_timer; /* seconds until chip reset */ member
Dif_fxp.c1397 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/
Dif_etvar.h303 int watchdog_timer; member
Dif_et.c672 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/
Dif_fatmvar.h191 struct callout watchdog_timer; member
Dif_fatm.c401 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/
Den_netdev.c1028 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()
Dmlx4_en.h587 struct callout watchdog_timer; member
/freebsd-10-stable/contrib/ntp/ntpdc/
Dlayout.std146 offsetof(watchdog_timer) = 20
Dntpdc_ops.c921 (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/
Dntp_request.h468 u_int32 watchdog_timer; member
/freebsd-10-stable/usr.sbin/ntp/ntpdc/
Dnl.c293 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd-10-stable/sys/dev/bce/
Dif_bce.c4941 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()
Dif_bcereg.h6588 int watchdog_timer; member
/freebsd-10-stable/sys/dev/ixgbe/
Dif_ix.c3982 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()
Dixgbe_x550.c974 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()
Dixv_type.h666 u16 watchdog_timer; /* usec units */ member
Dixgbe_type.h656 u16 watchdog_timer; /* usec units */ member
/freebsd-10-stable/sys/dev/bxe/
Dbxe.h696 int watchdog_timer; member
Dbxe.c3495 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/
Dntp_request.c1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()