.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "BLK_REQUEUE_REQUEST" "" "06 October 2005" "" "" .SH NAME blk_requeue_request \- put a request back on queue .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void blk_requeue_request (request_queue_t * \fIq\fB, struct request * \fIrq\fB); \fR .SH "ARGUMENTS" .TP \fB\fIq\fB\fR request queue where request should be inserted .TP \fB\fIrq\fB\fR request to be inserted .SH "DESCRIPTION" .PP 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.