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

Invoke request handling on this queue, if it has pending work to do. May be used to restart queueing when a request has completed.  

COPYRIGHT