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

See blk_run_queue. This variant must be called with the queue lock held and interrupts disabled.

5. COPYRIGHT