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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c604 static timeout_id_t mptsas_timeout_id; variable
1178 if (mptsas_timeout_id == 0) {
1179 mptsas_timeout_id = timeout(mptsas_watch, NULL,
1486 mptsas_timeout_id = timeout(mptsas_watch, NULL, mptsas_tick);
1562 if (mptsas_timeout_id && (mptsas_head == NULL)) {
1563 timeout_id_t tid = mptsas_timeout_id;
1565 mptsas_timeout_id = 0;
1721 if (mptsas_timeout_id) {
1722 tid = mptsas_timeout_id;
1723 mptsas_timeout_id
[all...]

Completed in 70 milliseconds