Searched refs:bce_pulse_callout (Results 1 – 2 of 2) sorted by relevance
1451 callout_init_mtx(&sc->bce_pulse_callout, &sc->bce_mtx, 0); in bce_attach()1529 callout_stop(&sc->bce_pulse_callout); in bce_detach()8280 callout_reset(&sc->bce_pulse_callout, hz, bce_pulse, sc); in bce_pulse()
6465 struct callout bce_pulse_callout; member