.\" 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 "BLK_START_QUEUE" "" "06 October 2005" "" ""
.SH NAME
blk_start_queue \- restart a previously stopped queue
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void blk_start_queue (request_queue_t * \fIq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
The &request_queue_t in question
.SH "DESCRIPTION"
.PP
\fBblk_start_queue\fR will clear the stop flag on the queue, and call
the request_fn for the queue if it was in a stopped state when
entered. Also see \fBblk_stop_queue\fR\&. Must not be called from driver
request function due to recursion issues. Queue lock must be held.