trace_block_rq_complete(9) centos man page | unix.com

Man Page: trace_block_rq_complete

Operating Environment: centos

Section: 9

TRACE_BLOCK_RQ_COMPL(9) 					     Block IO						   TRACE_BLOCK_RQ_COMPL(9)

NAME
trace_block_rq_complete - block IO operation completed by device driver
SYNOPSIS
void trace_block_rq_complete(struct request_queue * q, struct request * rq);
ARGUMENTS
q queue containing the block operation request rq block operations request
DESCRIPTION
The block_rq_complete tracepoint event indicates that some portion of operation request has been completed by the device driver. If the rq->bio is NULL, then there is absolutely no additional work to do for the request. If rq->bio is non-NULL then there is additional work required to complete the request.
AUTHORS
Jason Baron <jbaron@redhat.com> Author. William Cohen <wcohen@redhat.com> Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 TRACE_BLOCK_RQ_COMPL(9)
Related Man Pages
bio_alloc_bioset(9) - centos
ccw_device_start_timeout_key(9) - centos
blk_init_queue(9) - suse
blk_make_request(9) - suse
wakeup(9r) - osf1
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq