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

/freebsd-13-stable/sys/dev/mly/
H A Dmlyvar.h219 struct callout mly_periodic; /* periodic event handling */ member in struct:mly_softc
H A Dmly.c88 static void mly_periodic(void *data);
221 callout_init_mtx(&sc->mly_periodic, &sc->mly_lock, 0);
318 mly_periodic((void *)sc);
536 callout_stop(&sc->mly_periodic);
704 callout_drain(&sc->mly_periodic);
1399 mly_periodic(void *data) function
1428 callout_schedule(&sc->mly_periodic, MLY_PERIODIC_INTERVAL * hz);

Completed in 111 milliseconds