1__BLK_RUN_QUEUE_UNCO(9) Block Devices __BLK_RUN_QUEUE_UNCO(9)
2
3
4
6 __blk_run_queue_uncond - run a queue whether or not it has been stopped
7
9 void __blk_run_queue_uncond(struct request_queue * q);
10
12 q
13 The queue to run
14
16 Invoke request handling on a queue if there are any pending requests.
17 May be used to restart request handling after a request has completed.
18 This variant runs the queue whether or not the queue has been stopped.
19 Must be called with the queue lock held and interrupts disabled. See
20 also blk_run_queue.
21
23Kernel Hackers Manual 3.10 June 2019 __BLK_RUN_QUEUE_UNCO(9)