1. NAME

blk_run_queue_async - run a single device queue in workqueue context

2. SYNOPSIS

void blk_run_queue_async(struct request_queue *  q );

3. ARGUMENTS

q
    The queue to run

4. DESCRIPTION

Tells kblockd to perform the equivalent of blk_run_queue on behalf of us. The caller must hold the queue lock.

5. COPYRIGHT