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

/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c73 struct mtx callout_mtx; /* serialize callout */ member in struct:rtl8366rb_softc
219 mtx_init(&sc->callout_mtx, "rtl8366rbcallout", NULL, MTX_DEF);
271 callout_init_mtx(&sc->callout_tick, &sc->callout_mtx, 0);
294 mtx_destroy(&sc->callout_mtx);

Completed in 105 milliseconds