Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinterrupt.h696 struct tasklet_struct struct
698 struct tasklet_struct *next; argument
704 void (*callback)(struct tasklet_struct *t); argument
710 struct tasklet_struct name = { \ argument
/linux/kernel/
H A Dsoftirq.c847 void (*callback)(struct tasklet_struct *)) in tasklet_setup()