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

/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c101 static timeout_id_t fas_timeout_id = 0; variable
575 if (fas_timeout_id == 0) {
576 fas_timeout_id = timeout(fas_watch, NULL, fas_tick);
1001 if (fas_timeout_id == 0) {
1002 fas_timeout_id = timeout(fas_watch, NULL, fas_tick);
1129 if (fas_timeout_id != 0) {
1130 timeout_id_t tid = fas_timeout_id;
1131 fas_timeout_id = 0;
1266 timeout_id_t tid = fas_timeout_id;
1268 fas_timeout_id
[all...]

Completed in 96 milliseconds