Home
last modified time | relevance | path

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) { in fas_attach()
576 fas_timeout_id = timeout(fas_watch, NULL, fas_tick); in fas_attach()
1001 if (fas_timeout_id == 0) { in fas_attach()
1002 fas_timeout_id = timeout(fas_watch, NULL, fas_tick); in fas_attach()
1129 if (fas_timeout_id != 0) { in fas_detach()
1130 timeout_id_t tid = fas_timeout_id; in fas_detach()
1131 fas_timeout_id = 0; in fas_detach()
1266 timeout_id_t tid = fas_timeout_id; in fas_dr_detach()
1268 fas_timeout_id = 0; /* don't resched */ in fas_dr_detach()
[all …]