Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dinterrupt.h663 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
676 #define tasklet_unlock(t) do { } while (0) macro