Home
last modified time | relevance | path

Searched refs:isp_timer_count (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/dev/isp/
H A Disp_freebsd.c64 static int isp_timer_count; variable
264 isp_timer_count = hz >> 2; in isp_attach()
265 callout_reset(&isp->isp_osinfo.tmo, isp_timer_count, isp_timer, isp); in isp_attach()
3481 callout_reset(&isp->isp_osinfo.tmo, isp_timer_count, isp_timer, isp); in isp_timer()