BLK_REQUEUE_REQUEST

Section: (9)
Updated: 07 August 2003
Index Return to Main Contents

 

NAME

blk_requeue_request - put a request back on queue  

SYNOPSIS

void blk_requeue_request (request_queue_t * q, struct request * rq);  

ARGUMENTS

q
request queue where request should be inserted
rq
request to be inserted
 

DESCRIPTION

Drivers often keep queueing requests until the hardware cannot accept more, when that condition happens we need to put the request back on the queue. Must be called with queue lock 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:53:36 GMT, April 09, 2004