'\" t .\" Title: trace_block_rq_complete .\" 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_RQ_COMPL" "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_rq_complete \- block IO operation completed by device driver .SH "SYNOPSIS" .HP \w'void\ trace_block_rq_complete('u .BI "void trace_block_rq_complete(struct\ request_queue\ *\ " "q" ", struct\ request\ *\ " "rq" ", unsigned\ int\ " "nr_bytes" ");" .SH "ARGUMENTS" .PP \fIq\fR .RS 4 queue containing the block operation request .RE .PP \fIrq\fR .RS 4 block operations request .RE .PP \fInr_bytes\fR .RS 4 number of completed bytes .RE .SH "DESCRIPTION" .PP The block_rq_complete tracepoint event indicates that some portion of operation request has been completed by the device driver\&. If the \fIrq\fR\->bio is \fBNULL\fR, then there is absolutely no additional work to do for the request\&. If \fIrq\fR\->bio is non\-NULL then there is additional work required to complete the request\&. .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