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. | |
Soft interrupt descriptor.
Each soft interrupt descriptor contains a handler function along with its associated data.
Definition at line 77 of file softirq.h.
| void* softirq_desc::data |
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().
1.6.3