other versions
- stretch 4.9.168-1
BLK_QUEUE_FIND_TAG(9) | Block Devices | BLK_QUEUE_FIND_TAG(9) |
NAME¶
blk_queue_find_tag - find a request by its tag and queueSYNOPSIS¶
struct request * blk_queue_find_tag(struct request_queue * q, int tag);
ARGUMENTS¶
qThe 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.no locks need be held.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |