BLK_QUEUE_FIND_TAG

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

blk_queue_find_tag - find a request by its tag and queue  

SYNOPSIS

"SYNOPSIS"

struct request * blk_queue_find_tag (request_queue_t * q, int tag);  

ARGUMENTS

q
The request queue for the device
tag
The tag of the request
 

DESCRIPTION

 

NOTES

Should be used when a device returns a tag and you want to match it with a request.

no locks need be held.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTES

This document was created by man2html, using the manual pages.
Time: 07:07:00 GMT, October 06, 2005