'\" t .\" Title: probe::ioscheduler.elv_add_request.kp .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2023 .\" Manual: IO Scheduler and block IO Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::IOSCHEDULER\&" "3stap" "November 2023" "SystemTap Tapset Reference" "IO Scheduler and block IO Taps" .\" ----------------------------------------------------------------- .\" * 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" probe::ioscheduler.elv_add_request.kp \- kprobe based probe to indicate that a request was added to the request queue .SH "SYNOPSIS" .sp .nf ioscheduler\&.elv_add_request\&.kp .fi .SH "VALUES" .PP \fIdisk_minor\fR .RS 4 Disk minor number of the request .RE .PP \fIrq\fR .RS 4 Address of the request .RE .PP \fIrq_flags\fR .RS 4 Request flags .RE .PP \fIdisk_major\fR .RS 4 Disk major number of the request .RE .PP \fIelevator_name\fR .RS 4 The type of I/O elevator currently enabled .RE .PP \fIq\fR .RS 4 pointer to request queue .RE .PP \fIname\fR .RS 4 Name of the probe point .RE .SH SEE ALSO\n .IR tapset::ioscheduler (3stap)