Searched refs:tasklet_unlock (Results 1 – 2 of 2) sorted by relevance
506 tasklet_unlock(t); in tasklet_action()509 tasklet_unlock(t); in tasklet_action()542 tasklet_unlock(t); in tasklet_hi_action()545 tasklet_unlock(t); in tasklet_hi_action()
515 static inline void tasklet_unlock(struct tasklet_struct *t) in tasklet_unlock() function528 #define tasklet_unlock(t) do { } while (0) macro