BLK_QUEUE_END_TAG

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

 

NAME

blk_queue_end_tag - end tag operations for a request  

SYNOPSIS

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

ARGUMENTS

q
the request queue for the device
rq
-- undescribed --
 

DESCRIPTION

Typically called when end_that_request_first returns 0, meaning all transfers have been done for a request. It's important to call this function before end_that_request_last, as that will put the request back on the free list thus corrupting the internal tag list.  

NOTES

queue lock must be held.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTES
ABOUT THIS DOCUMENT

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