Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dinterrupt.h649 struct tasklet_struct struct
651 struct tasklet_struct *next; argument
657 void (*callback)(struct tasklet_struct *t); argument
663 struct tasklet_struct name = { \ argument
/linux-6.12.1/kernel/
Dsoftirq.c820 void (*callback)(struct tasklet_struct *)) in tasklet_setup()