Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dinterrupt.h638 struct tasklet_struct struct
640 struct tasklet_struct *next; argument
646 void (*callback)(struct tasklet_struct *t); argument
652 struct tasklet_struct name = { \ argument
/linux-6.1.9/kernel/
Dsoftirq.c827 void (*callback)(struct tasklet_struct *)) in tasklet_setup()