Searched defs:tasklet_unlock (Results 1 – 3 of 3) sorted by relevance
667 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function680 #define tasklet_unlock(t) do { } while (0) macro
877 void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function
702 static inline void tasklet_unlock(struct tasklet_struct *t) { } in tasklet_unlock() function