.\" 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 "GENERIC_UNPLUG_DEVICE" "" "06 October 2005" "" ""
.SH NAME
generic_unplug_device \- fire a request queue
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void generic_unplug_device (void * \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdata\fB\fR
The &request_queue_t in question
.SH "DESCRIPTION"
.PP
Linux uses plugging to build bigger requests queues before letting
the device have at them. If a queue is plugged, the I/O scheduler
is still adding and merging requests on the queue. Once the queue
gets unplugged (either by manually calling this function, or by
calling \fBblk_run_queues\fR), the request_fn defined for the
queue is invoked and transfers started.