Searched refs:oce_local_timer (Results 1 – 1 of 1) sorted by relevance
179 static void oce_local_timer(void *arg);361 rc = callout_reset(&sc->timer, 2 * hz, oce_local_timer, sc); in oce_attach() 2445 oce_local_timer(void *arg)2463 callout_reset(&sc->timer, hz, oce_local_timer, sc); in oce_local_timer() 2447 oce_local_timer(void *arg) oce_local_timer() function