softirq_desc Struct Reference
[Soft Interrupt Processing]

Soft interrupt descriptor. More...

#include <softirq.h>

Data Fields

softirq_handler_t handler
 Function to be called when softirq is active.
void * data
 Data pointer passed to the handler function.

Detailed Description

Soft interrupt descriptor.

Each soft interrupt descriptor contains a handler function along with its associated data.

Definition at line 77 of file softirq.h.


Field Documentation

Data pointer passed to the handler function.

Definition at line 81 of file softirq.h.

Referenced by softirq_poll().

Function to be called when softirq is active.

Definition at line 79 of file softirq.h.

Referenced by softirq_poll().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3