Run a single device queue
void __blk_run_queue(struct request_queue * q);
q
The queue to run
See blk_run_queue. This variant must be called with the queue lock held and interrupts disabled.