1BLK_QUEUE_FIND_TAG(9)            Block Devices           BLK_QUEUE_FIND_TAG(9)
2
3
4

NAME

6       blk_queue_find_tag - find a request by its tag and queue
7

SYNOPSIS

9       struct request * blk_queue_find_tag(struct request_queue * q, int tag);
10

ARGUMENTS

12       q
13           The request queue for the device
14
15       tag
16           The tag of the request
17

NOTES

19       Should be used when a device returns a tag and you want to match it
20       with a request.
21
22       no locks need be held.
23
25Kernel Hackers Manual 3.10         June 2019             BLK_QUEUE_FIND_TAG(9)
Impressum