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

/freebsd-13-stable/sys/dev/vr/
H A Dif_vr.c625 callout_init_mtx(&sc->vr_stat_callout, &sc->vr_mtx, 0);
847 callout_drain(&sc->vr_stat_callout);
1578 callout_reset(&sc->vr_stat_callout, hz, vr_tick, sc);
2175 callout_reset(&sc->vr_stat_callout, hz, vr_tick, sc);
2448 callout_stop(&sc->vr_stat_callout);
H A Dif_vrreg.h733 struct callout vr_stat_callout; member in struct:vr_softc

Completed in 116 milliseconds