BLK_START_QUEUE

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

blk_start_queue - restart a previously stopped queue  

SYNOPSIS

void blk_start_queue (request_queue_t * q);  

ARGUMENTS

q
The &request_queue_t in question
 

DESCRIPTION

blk_start_queue will clear the stop flag on the queue, and call the request_fn for the queue if it was in a stopped state when entered. Also see blk_stop_queue. Must not be called from driver request function due to recursion issues. Queue lock must be held.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:20:04 GMT, April 09, 2004