Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dinterrupt.h642 struct tasklet_struct struct
644 struct tasklet_struct *next; argument
650 void (*callback)(struct tasklet_struct *t); argument
656 struct tasklet_struct name = { \ argument
/openbmc/linux/kernel/
H A Dsoftirq.c818 void (*callback)(struct tasklet_struct *)) in tasklet_setup()