Searched refs:vx_callout (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/vx/
H A Dif_vxvar.h53 struct callout vx_callout; /* Callout for timeouts */ member in struct:vx_softc
H A Dif_vx.c159 callout_init_mtx(&sc->vx_callout, &sc->vx_mtx, 0);
821 callout_reset(&sc->vx_callout, hz / 100, vx_mbuf_fill,
1055 callout_reset(&sc->vx_callout, hz / 100, vx_mbuf_fill, sc);
1076 callout_stop(&sc->vx_callout);

Completed in 106 milliseconds