spl_mtintr
static void spl_mtintr(void *);
callout_reset(&sc->sc_intr_ch, 4 * hz, spl_mtintr, sc);
callout_reset(&sc->sc_intr_ch, hz >> 5, spl_mtintr, sc);