Searched defs:sf_watchdog_id (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c242 static timeout_id_t sf_watchdog_id; variable
510 sf_watchdog_id = timeout(sf_watch,
789 sf_watchdog_id = timeout(sf_watch,
891 timeout_id_t tid = sf_watchdog_id;
997 tid = sf_watchdog_id;
1062 tid = sf_watchdog_id;
6100 sf_watchdog_id = timeout(sf_watch, (caddr_t)0, sf_watchdog_tick);

Completed in 152 milliseconds