Home
last modified time | relevance | path

Searched defs:softirq_action (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dinterrupt.h588 struct softirq_action struct
590 void (*action)(struct softirq_action *); argument
/openbmc/linux/kernel/
H A Dsoftirq.c727 void open_softirq(int nr, void (*action)(struct softirq_action *)) in open_softirq()