.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SCSI_EH_TIMES_OUT" "" "06 October 2005" "" "" .SH NAME scsi_eh_times_out \- timeout function for error handling. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void scsi_eh_times_out (struct scsi_cmnd * \fIscmd\fB); \fR .SH "ARGUMENTS" .TP \fB\fIscmd\fB\fR Cmd that is timing out. .SH "NOTES" .PP During error handling, the kernel thread will be sleeping waiting for some action to complete on the device. our only job is to record that it timed out, and to wake up the thread.