BLK_RUN_QUEUE(9) Block Devices BLK_RUN_QUEUE(9)NAMEblk_run_queue - run a single device queueSYNOPSISvoid blk_run_queue(struct request_queue * q);ARGUMENTSq The queue to runDESCRIPTIONInvoke request handling on this queue, if it has pending work to do. May be used to restart queueing when a request has completed.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_RUN_QUEUE(9)