'\" t .\" Title: probe::softirq.exit .\" Author: .\" Generator: DocBook XSL Stylesheets vsnapshot .\" Date: November 2020 .\" Manual: Interrupt Request (IRQ) Tapset .\" Source: SystemTap Tapset Reference .\" Language: English .\" .TH "PROBE::SOFTIRQ\&.EXI" "3stap" "November 2020" "SystemTap Tapset Reference" "Interrupt Request (IRQ) Tapset" .\" ----------------------------------------------------------------- .\" * 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::softirq.exit \- Execution of handler for a pending softirq completed .SH "SYNOPSIS" .sp .nf softirq\&.exit .fi .SH "VALUES" .PP \fIh\fR .RS 4 struct softirq_action* for just executed softirq .RE .PP \fIvec_nr\fR .RS 4 softirq vector number .RE .PP \fIaction\fR .RS 4 pointer to softirq handler that just finished execution .RE .PP \fIvec\fR .RS 4 softirq_action vector .RE .SH SEE ALSO\n .IR tapset::irq (3stap)