Home
last modified time | relevance | path

Searched refs:vx_timer (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/dev/vx/
H A Dif_vx.c482 sc->vx_timer = 1; in vx_start_locked()
521 sc->vx_timer = 1; in vx_start_locked()
669 sc->vx_timer = 0; in vx_intr()
675 sc->vx_timer = 0; in vx_intr()
680 sc->vx_timer = 0; in vx_intr()
985 if (sc->vx_timer == 0 || --sc->vx_timer > 0) in vx_watchdog()
1001 sc->vx_timer = 0; in vx_stop()
H A Dif_vxvar.h59 int vx_timer; member