mly_periodic
callout_reset(&sc->mly_periodic, MLY_PERIODIC_INTERVAL * hz, mly_periodic, sc);
callout_init(&sc->mly_periodic);
mly_periodic(sc);
callout_stop(&sc->mly_periodic);
static void mly_periodic(void *data);
struct callout mly_periodic; /* periodic event handling */