Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 8e87fca2f49595adc16d9aa519a6edad > files > 302

systemtap-1.6-1.fc14.x86_64.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>probe::irq_handler.exit</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="SystemTap Tapset Reference Manual"><link rel="up" href="irq.stp.html" title="Chapter&#160;12.&#160;Interrupt Request (IRQ) Tapset"><link rel="prev" href="API-irq-handler-entry.html" title="probe::irq_handler.entry"><link rel="next" href="API-softirq-entry.html" title="probe::softirq.entry"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span>probe::irq_handler.exit</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-irq-handler-entry.html">Prev</a>&#160;</td><th width="60%" align="center">Chapter&#160;12.&#160;Interrupt Request (IRQ) Tapset</th><td width="20%" align="right">&#160;<a accesskey="n" href="API-softirq-entry.html">Next</a></td></tr></table><hr></div><div class="refentry" title="probe::irq_handler.exit"><a name="API-irq-handler-exit"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>probe::irq_handler.exit &#8212; 
     Execution of interrupt handler completed
 </p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="synopsis">irq_handler.exit </pre></div><div class="refsect1" title="Values"><a name="id568963"></a><h2>Values</h2><div class="variablelist"><dl><dt><span class="term"><em class="parameter"><code>dev_name</code></em></span></dt><dd><p>
     name of device
    </p></dd><dt><span class="term"><em class="parameter"><code>ret</code></em></span></dt><dd><p>
     return value of the handler
    </p></dd><dt><span class="term"><em class="parameter"><code>flags</code></em></span></dt><dd><p>
     flags for IRQ handler
    </p></dd><dt><span class="term"><em class="parameter"><code>dev_id</code></em></span></dt><dd><p>
     Cookie to identify device
    </p></dd><dt><span class="term"><em class="parameter"><code>dir</code></em></span></dt><dd><p>
     pointer to the proc/irq/NN/name entry
    </p></dd><dt><span class="term"><em class="parameter"><code>next_irqaction</code></em></span></dt><dd><p>
     pointer to next irqaction for shared interrupts
    </p></dd><dt><span class="term"><em class="parameter"><code>irq</code></em></span></dt><dd><p>
     interrupt number
    </p></dd><dt><span class="term"><em class="parameter"><code>thread_flags</code></em></span></dt><dd><p>
     Flags related to thread
    </p></dd><dt><span class="term"><em class="parameter"><code>thread</code></em></span></dt><dd><p>
     thread pointer for threaded interrupts
    </p></dd><dt><span class="term"><em class="parameter"><code>thread_fn</code></em></span></dt><dd><p>
     interrupt handler function for threaded interrupts
    </p></dd><dt><span class="term"><em class="parameter"><code>flags_str</code></em></span></dt><dd><p>
     symbolic string representation of IRQ flags
    </p></dd><dt><span class="term"><em class="parameter"><code>handler</code></em></span></dt><dd><p>
     interrupt handler function that was executed
    </p></dd><dt><span class="term"><em class="parameter"><code>action</code></em></span></dt><dd><p>
     struct irqaction*
    </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-irq-handler-entry.html">Prev</a>&#160;</td><td width="20%" align="center"><a accesskey="u" href="irq.stp.html">Up</a></td><td width="40%" align="right">&#160;<a accesskey="n" href="API-softirq-entry.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span>probe::irq_handler.entry</span>&#160;</td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top">&#160;<span>probe::softirq.entry</span></td></tr></table></div></body></html>