Query: blk_queue_invalidate_tags
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_QUEUE_INVALIDATE(9) Block Devices BLK_QUEUE_INVALIDATE(9)NAMEblk_queue_invalidate_tags - invalidate all pending tagsSYNOPSISvoid blk_queue_invalidate_tags(struct request_queue * q);ARGUMENTSq the request queue for the deviceDESCRIPTIONHardware conditions may dictate a need to stop all pending requests. In this case, we will safely clear the block side of the tag queue and readd all requests to the request queue in the right order.NOTESqueue lock must be held.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_QUEUE_INVALIDATE(9)