Query: blk_queue_find_tag
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_QUEUE_FIND_TAG(9) Block Devices BLK_QUEUE_FIND_TAG(9)NAMEblk_queue_find_tag - find a request by its tag and queueSYNOPSISstruct request * blk_queue_find_tag(struct request_queue * q, int tag);ARGUMENTSq The request queue for the device tag The tag of the requestNOTESShould be used when a device returns a tag and you want to match it with a request. no locks need be held.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_QUEUE_FIND_TAG(9)