blk_run_queue_async (9) Linux Manual Page
blk_run_queue_async – run a single device queue in workqueue context
Synopsis
void blk_run_queue_async(struct request_queue *q);
Arguments
q
-
- The queue to run
Description
Tells kblockd to perform the equivalent of blk_run_queue on behalf of us. The caller must hold the queue lock.
