1BLK_DELAY_QUEUE(9) Block Devices BLK_DELAY_QUEUE(9)
2
3
4
6 blk_delay_queue - restart queueing after defined interval
7
9 void blk_delay_queue(struct request_queue * q, unsigned long msecs);
10
12 q
13 The struct request_queue in question
14
15 msecs
16 Delay in msecs
17
19 Sometimes queueing needs to be postponed for a little while, to allow
20 resources to come back. This function will make sure that queueing is
21 restarted around the specified time. Queue lock must be held.
22
24Kernel Hackers Manual 3.10 June 2019 BLK_DELAY_QUEUE(9)