Home
last modified time | relevance | path

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

/freebsd-12.1/sys/x86/x86/
H A 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.1/sys/dev/ep/
H A 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()
H A Dif_epvar.h50 struct callout watchdog_timer; member
/freebsd-12.1/sys/dev/fxp/
H A Dif_fxpvar.h208 int watchdog_timer; /* seconds until chip reset */ member
H A 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.1/sys/dev/et/
H A Dif_etvar.h305 int watchdog_timer; member
H A 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.1/contrib/ntp/ntpdc/
H A Dlayout.std146 offsetof(watchdog_timer) = 20
H A Dntpdc_ops.c930 (u_long)ntohl((u_long)il->watchdog_timer)); in loopinfo()
941 (u_long)ntohl(il->watchdog_timer)); in loopinfo()
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_netdev.c1065 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_watchdog_timeout()
1428 callout_reset(&priv->watchdog_timer, MLX4_EN_WATCHDOG_TIMEOUT, in mlx4_en_start_port()
1561 callout_stop(&priv->watchdog_timer); in mlx4_en_stop_port()
1796 callout_drain(&priv->watchdog_timer); in mlx4_en_destroy_netdev()
2172 callout_init(&priv->watchdog_timer, 1); in mlx4_en_init_netdev()
H A Den.h620 struct callout watchdog_timer; member
/freebsd-12.1/contrib/ntp/include/
H A Dntp_request.h468 u_int32 watchdog_timer; member
/freebsd-12.1/usr.sbin/ntp/ntpdc/
H A Dnl.c293 (int) offsetof(struct info_loop, watchdog_timer));
/freebsd-12.1/sys/dev/bce/
H A 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()
H A Dif_bcereg.h6545 int watchdog_timer; member
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_hw.h1078 ocs_timer_t watchdog_timer; /**< Timer for heartbeat */ member
H A Docs_hw.c6300 … ocs_setup_timer(hw->os, &hw->watchdog_timer, ocs_hw_watchdog_timer_cb, hw, (timeout*1000 - 500) ); in ocs_hw_cb_cfg_watchdog()
6302 ocs_del_timer(&hw->watchdog_timer); in ocs_hw_cb_cfg_watchdog()
/freebsd-12.1/sys/dev/ixgbe/
H A Dif_ix.c3550 if (dcfg->watchdog_timer ^ adapter->dmac || in ixgbe_config_dmac()
3552 dcfg->watchdog_timer = adapter->dmac; in ixgbe_config_dmac()
3558 dcfg->watchdog_timer, dcfg->link_speed); in ixgbe_config_dmac()
H A Dixgbe_x550.c896 if (!hw->mac.dmac_config.watchdog_timer) in ixgbe_dmac_config_X550()
906 reg |= (hw->mac.dmac_config.watchdog_timer * 100) / 4096; in ixgbe_dmac_config_X550()
H A Dixgbe_type.h704 u16 watchdog_timer; /* usec units */ member
/freebsd-12.1/sys/dev/bxe/
H A Dbxe.h699 int watchdog_timer; member
H A 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.1/contrib/ntp/ntpd/
H A Dntp_request.c1275 li->watchdog_timer = htonl((u_int32)(current_time - sys_epoch)); in loop_info()