.\" 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_TIMES_OUT" "9" "09 October 2005" "" ""
.SH NAME
scsi_times_out \- Timeout function for normal scsi commands.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void scsi_times_out (struct scsi_cmnd * \fIscmd\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIscmd\fB\fR
Cmd that is timing out.
.SH "NOTES"
.PP
We do not need to lock this. There is the potential for a race
only in that the normal completion handling might run, but if the
normal completion function determines that the timer has already
fired, then it mustn't do anything.