Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_watch.c87 struct scsi_watch_request *sw_head; /* head of linked list */ member
247 for (p = sw.sw_head; p != NULL; p = p->swr_next) { in scsi_watch_request_submit_impl()
356 swr->swr_next = sw.sw_head; in scsi_watch_request_submit_impl()
358 if (sw.sw_head) { in scsi_watch_request_submit_impl()
359 sw.sw_head->swr_prev = swr; in scsi_watch_request_submit_impl()
361 sw.sw_head = swr; in scsi_watch_request_submit_impl()
392 if (!sw.sw_head) in scsi_watch_resume()
396 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_resume()
409 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_resume()
435 if (!sw.sw_head) in scsi_watch_suspend()
[all …]