Home
last modified time | relevance | path

Searched defs:tasklet_unlock (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dinterrupt.h667 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
680 #define tasklet_unlock(t) do { } while (0) macro
/kernel/linux/linux-6.6/kernel/
Dsoftirq.c877 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
/kernel/linux/linux-6.6/include/linux/
Dinterrupt.h702 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock() function