Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
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
/linux-6.6.21/kernel/
Dsoftirq.c814 void (*callback)(struct tasklet_struct *)) in tasklet_setup()