blk_queue_find_tag (9) - Linux Manuals
blk_queue_find_tag: find a request by its tag and queue
NAME
blk_queue_find_tag - find a request by its tag and queue
SYNOPSIS
-
struct request * blk_queue_find_tag(struct request_queue
* q, inttag);
ARGUMENTS
q
-
- The request queue for the device
tag
- The tag of the request
NOTES
Should be used when a device returns a tag and you want to match it with a request.
COPYRIGHT