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

NAME

6       blk_queue_invalidate_tags - invalidate all pending tags
7

SYNOPSIS

9       void blk_queue_invalidate_tags(struct request_queue * q);
10

ARGUMENTS

12       q
13           the request queue for the device
14

DESCRIPTION

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

NOTES

21       queue lock must be held.
22
24Kernel Hackers Manual 2.6.         June 2019           BLK_QUEUE_INVALIDATE(9)
Impressum