__BLK_RUN_QUEUE

Section: Block Devices (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

__blk_run_queue - run a single device queue  

SYNOPSIS

void __blk_run_queue(struct request_queue * q);
 

ARGUMENTS

q

The queue to run
 

DESCRIPTION

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

COPYRIGHT