table of contents
other versions
BLK_RUN_QUEUE_ASYNC(9) | Block Devices | BLK_RUN_QUEUE_ASYNC(9) |
NAME¶
blk_run_queue_async - run a single device queue in workqueue context
SYNOPSIS¶
void blk_run_queue_async(struct request_queue * q);
ARGUMENTS¶
struct request_queue * 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.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |