HomeSort by: relevance | last modified time | path
    Searched refs:sc_clock_sync_period_seconds (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/vmt/
vmt_subr.c 216 sc->sc_clock_sync_period_seconds = VMT_CLOCK_SYNC_PERIOD_SECONDS;
269 mstohz(sc->sc_clock_sync_period_seconds * 1000));
385 period = sc->sc_clock_sync_period_seconds;
391 if (sc->sc_clock_sync_period_seconds != period) {
393 sc->sc_clock_sync_period_seconds = period;
394 if (sc->sc_clock_sync_period_seconds > 0)
396 mstohz(sc->sc_clock_sync_period_seconds * 1000));
409 mstohz(sc->sc_clock_sync_period_seconds * 1000));
vmtvar.h 77 int sc_clock_sync_period_seconds; member in struct:vmt_softc

Completed in 14 milliseconds