Query: blk_run_queue_async
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_RUN_QUEUE_ASYNC(9) Block Devices BLK_RUN_QUEUE_ASYNC(9)NAMEblk_run_queue_async - run a single device queue in workqueue contextSYNOPSISvoid blk_run_queue_async(struct request_queue * q);ARGUMENTSq The queue to runDESCRIPTIONTells kblockd to perform the equivalent of blk_run_queue on behalf of us. The caller must hold the queue lock.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_RUN_QUEUE_ASYNC(9)