Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c99 static clock_t fas_tick; /* fas_watch() interval in Hz */ variable
114 fas_scsi_watchdog_tick fas_tick))
169 fas_scsi_watchdog_tick fas_tick))
576 fas_timeout_id = timeout(fas_watch, NULL, fas_tick); in fas_attach()
997 fas_tick = drv_usectohz((clock_t) in fas_attach()
1000 fas_scsi_watchdog_tick, fas_tick); in fas_attach()
1002 fas_timeout_id = timeout(fas_watch, NULL, fas_tick); in fas_attach()
7301 fas_timeout_id = timeout(fas_watch, NULL, fas_tick); in fas_watch()