1BLK_QUEUE_BYPASS_STA(9) Block Devices BLK_QUEUE_BYPASS_STA(9)
2
3
4
6 blk_queue_bypass_start - enter queue bypass mode
7
9 void blk_queue_bypass_start(struct request_queue * q);
10
12 q
13 queue of interest
14
16 In bypass mode, only the dispatch FIFO queue of q is used. This
17 function makes q enter bypass mode and drains all requests which were
18 throttled or issued before. On return, it's guaranteed that no request
19 is being throttled or has ELVPRIV set and blk_queue_bypasstrue inside
20 queue or RCU read lock.
21
23Kernel Hackers Manual 3.10 June 2019 BLK_QUEUE_BYPASS_STA(9)