OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:softirq_action
(Results
26 - 26
of
26
) sorted by null
1
2
/external/kernel-headers/original/linux/
interrupt.h
229
struct
softirq_action
struct
231
void (*action)(struct
softirq_action
*);
236
extern void open_softirq(int nr, void (*action)(struct
softirq_action
*), void *data);
Completed in 49 milliseconds
1
2