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

/freebsd-current/sys/dev/isp/
H A Disp_freebsd.c65 static void isp_timer(void *);
265 callout_reset(&isp->isp_osinfo.tmo, isp_timer_count, isp_timer, isp);
3475 isp_timer(void *arg) function
3481 callout_reset(&isp->isp_osinfo.tmo, isp_timer_count, isp_timer, isp);

Completed in 108 milliseconds