Searched refs:swr_next (Results 1 – 1 of 1) sorted by relevance
115 struct scsi_watch_request *swr_next; /* linked request list */ member247 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()371 sswr = sswr->swr_next; in scsi_watch_request_submit_impl()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()439 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_suspend()465 for (swr = sw.sw_head; swr; swr = swr->swr_next) { in scsi_watch_suspend()494 swr->swr_prev->swr_next = swr->swr_next; in scsi_watch_request_destroy()496 if (swr->swr_next) { in scsi_watch_request_destroy()[all …]