1__BLK_RUN_QUEUE(9) Block Devices __BLK_RUN_QUEUE(9)
23
4
NAME
6__blk_run_queue - run a single device queue
7
SYNOPSIS
9void __blk_run_queue(struct request_queue * q);
10
ARGUMENTS
12q
13The queue to run
14
DESCRIPTION
16See blk_run_queue. This variant must be called with the queue lock held
17and interrupts disabled.
18
COPYRIGHT
20Kernel Hackers Manual 2.6. June 2019 __BLK_RUN_QUEUE(9)