1BLK_QUEUE_INVALIDATE(9) Block Devices BLK_QUEUE_INVALIDATE(9)
2
3
4
6 blk_queue_invalidate_tags - invalidate all pending tags
7
9 void blk_queue_invalidate_tags(struct request_queue * q);
10
12 q
13 the request queue for the device
14
16 Hardware conditions may dictate a need to stop all pending requests. In
17 this case, we will safely clear the block side of the tag queue and
18 readd all requests to the request queue in the right order.
19
21 queue lock must be held.
22
24Kernel Hackers Manual 3.10 June 2019 BLK_QUEUE_INVALIDATE(9)