1BLK_QUEUE_FIND_TAG(9) Block Devices BLK_QUEUE_FIND_TAG(9)
23
4
NAME
6blk_queue_find_tag - find a request by its tag and queue
7
SYNOPSIS
9struct request * blk_queue_find_tag(struct request_queue * q, int tag);
10
ARGUMENTS
12q
13The request queue for the device
1415
tag
16The tag of the request
17
NOTES
19Should be used when a device returns a tag and you want to match it
20with a request.
2122
no locks need be held.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 BLK_QUEUE_FIND_TAG(9)