'\" t .\" Title: trace_block_unplug .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Block IO .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "TRACE_BLOCK_UNPLUG" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Block IO" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" trace_block_unplug \- release of operations requests in request queue .SH "SYNOPSIS" .HP \w'void\ trace_block_unplug('u .BI "void trace_block_unplug(struct\ request_queue\ *\ " "q" ", unsigned\ int\ " "depth" ", bool\ " "explicit" ");" .SH "ARGUMENTS" .PP \fIq\fR .RS 4 request queue to unplug .RE .PP \fIdepth\fR .RS 4 number of requests just added to the queue .RE .PP \fIexplicit\fR .RS 4 whether this was an explicit unplug, or one from \fBschedule\fR .RE .SH "DESCRIPTION" .PP Unplug request queue \fIq\fR because device driver is scheduled to work on elements in the request queue\&. .SH "AUTHORS" .PP \fBJason Baron\fR <\&jbaron@redhat.com\&> .RS 4 Author. .RE .PP \fBWilliam Cohen\fR <\&wcohen@redhat.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br