.\" 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_EXECUTE_RQ" "9" "09 October 2005" "" ""
.SH NAME
blk_execute_rq \- insert a request into queue for execution
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int blk_execute_rq (request_queue_t * \fIq\fB, struct gendisk * \fIbd_disk\fB, struct request * \fIrq\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
queue to insert the request in
.TP
\fB\fIbd_disk\fB\fR
matching gendisk
.TP
\fB\fIrq\fB\fR
request to insert
.SH "DESCRIPTION"
.PP
Insert a fully prepared request at the back of the io scheduler queue
for execution.