Home
last modified time | relevance | path

Searched refs:__tasklet_schedule (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dinterrupt.h753 extern void __tasklet_schedule(struct tasklet_struct *t);
758 __tasklet_schedule(t); in tasklet_schedule()
/linux-6.15/kernel/
H A Dsoftirq.c782 void __tasklet_schedule(struct tasklet_struct *t) in __tasklet_schedule() function
787 EXPORT_SYMBOL(__tasklet_schedule);
/linux-6.15/net/dccp/ccids/
H A Dccid2.c123 __tasklet_schedule(t); in dccp_tasklet_schedule()