.\" 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_QUEUE_FIND_TAG" "" "06 October 2005" "" ""
.SH NAME
blk_queue_find_tag \- find a request by its tag and queue
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct request * blk_queue_find_tag (request_queue_t * \fIq\fB, int \fItag\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIq\fB\fR
The request queue for the device
.TP
\fB\fItag\fB\fR
The tag of the request
.SH "DESCRIPTION"
.PP
.SH "NOTES"
.PP
Should be used when a device returns a tag and you want to match
it with a request.
.PP
no locks need be held.