Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/x86/x86/
Dmp_watchdog.c68 static int watchdog_timer = -1; variable
107 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_function()
126 watchdog_timer = WATCHDOG_THRESHOLD; in watchdog_change()
196 atomic_subtract_int(&watchdog_timer, 1); in ap_watchdog()
197 if (watchdog_timer < 4) in ap_watchdog()
198 printf("Watchdog timer: %d\n", watchdog_timer); in ap_watchdog()
199 if (watchdog_timer == 0 && watchdog_dontfire == 0) { in ap_watchdog()
/freebsd-12-stable/sys/dev/ep/
Dif_ep.c316 callout_init_mtx(&sc->watchdog_timer, &sc->sc_mtx, 0); in ep_attach()
374 callout_drain(&sc->watchdog_timer); in ep_detach()
471 callout_reset(&sc->watchdog_timer, hz, eptick, sc); in epinit_locked()
966 callout_reset(&sc->watchdog_timer, hz, eptick, sc); in eptick()
1007 callout_stop(&sc->watchdog_timer); in epstop()
Dif_epvar.h50 struct callout watchdog_timer; member
/freebsd-12-stable/sys/dev/fxp/
Dif_fxpvar.h208 int watchdog_timer; /* seconds until chip reset */ member
Dif_fxp.c1404 sc->watchdog_timer = 5; in fxp_start_body()
1787 sc->watchdog_timer = 0; in fxp_txeof()
2197 sc->watchdog_timer = 0; in fxp_stop()
2248 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in fxp_watchdog()
/freebsd-12-stable/sys/dev/et/
Dif_etvar.h305 int watchdog_timer; member
Dif_et.c679 sc->watchdog_timer = 0; in et_stop()
1443 sc->watchdog_timer = 5; in et_start_locked()
1465 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in et_watchdog()
2306 sc->watchdog_timer = 0; in et_txeof()
/freebsd-12-stable/contrib/ntp/ntpdc/
Dlayout.std146 offsetof(watchdog_timer) = 20
Dntpdc_ops.c930 (u_long)ntohl((u_long)il->watchdog_timer)); in loopinfo()
941 (u_long)ntohl(il->watchdog_timer)); in loopinfo()
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
Dmlx4_en_netdev.c1067 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_watchdog_timeout()
1430 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_start_port()
1563 callout_stop(&priv->watchdog_timer); in mlx4_en_stop_port()
1798 callout_drain(&priv->watchdog_timer); in mlx4_en_destroy_netdev()
2176 callout_init(&priv->watchdog_timer, 1); in mlx4_en_init_netdev()
Den.h620 struct callout watchdog_timer; member
/freebsd-12-stable/contrib/ntp/include/
Dntp_request.h468 u_int32 watchdog_timer; member
/freebsd-12-stable/usr.sbin/ntp/ntpdc/
Dnl.c293 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd-12-stable/sys/dev/bce/
Dif_bce.c4963 sc->watchdog_timer = 0; in bce_stop()
7009 sc->watchdog_timer = 0; in bce_tx_intr()
7646 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_start_locked()
7859 if (sc->watchdog_timer == 0 || --sc->watchdog_timer) in bce_watchdog()
7870 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
7879 sc->watchdog_timer = BCE_TX_TIMEOUT; in bce_watchdog()
Dif_bcereg.h6545 int watchdog_timer; member
/freebsd-12-stable/sys/dev/ocs_fc/
Docs_hw.h1078 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */ member
Docs_hw.c6304 … ocs_setup_timer(hw->os, &hw->watchdog_timer, ocs_hw_watchdog_timer_cb, hw, (timeout*1000 - 500) ); in ocs_hw_cb_cfg_watchdog()
6306 ocs_del_timer(&hw->watchdog_timer); in ocs_hw_cb_cfg_watchdog()
/freebsd-12-stable/sys/dev/ixgbe/
Dif_ix.c3654 if (dcfg->watchdog_timer ^ sc->dmac || in ixgbe_config_dmac()
3656 dcfg->watchdog_timer = sc->dmac; in ixgbe_config_dmac()
3662 dcfg->watchdog_timer, dcfg->link_speed); in ixgbe_config_dmac()
Dixgbe_x550.c901 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
911 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
Dixgbe_type.h724 u16 watchdog_timer; /* usec units */ member
/freebsd-12-stable/sys/dev/bxe/
Dbxe.h699 int watchdog_timer; member
Dbxe.c3487 if ((fp->watchdog_timer == 0) || (--fp->watchdog_timer)) { in bxe_watchdog()
3548 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_txeof()
3552 fp->watchdog_timer = 0; in bxe_txeof()
4253 fp->watchdog_timer = 0; in bxe_nic_unload()
5638 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_start_locked()
5772 fp->watchdog_timer = BXE_TX_TIMEOUT; in bxe_tx_mq_start_locked()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_request.c1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()