1. NAME

blk_run_queue - run a single device queue

2. SYNOPSIS

void blk_run_queue(struct request_queue *  q );

3. ARGUMENTS

q
    The queue to run

4. 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.

5. COPYRIGHT