blk_run_queue (9) Linux Manual Page
blk_run_queue – run a single device queue
Synopsis
void blk_run_queue(struct request_queue *q);
Arguments
q
-
- The queue to run
Description
Invoke request handling on this queue, if it has pending work to do. May be used to restart queueing when a request has completed.
