BLK_QUEUE_FIND_TAG
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
blk_queue_find_tag - find a request by its tag and queue
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.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- NOTES
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:20:03 GMT, April 09, 2004