Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dinterrupt.h587 struct tasklet_struct struct
589 struct tasklet_struct *next; argument
595 void (*callback)(struct tasklet_struct *t); argument
601 struct tasklet_struct name = { \ argument
/Linux-v5.15/kernel/
Dsoftirq.c813 void (*callback)(struct tasklet_struct *)) in tasklet_setup()