Searched refs:tasklet_unlock_wait (Results 1 – 2 of 2) sorted by relevance
192 extern void tasklet_unlock_wait(struct tasklet_struct *ts);193 #define tasklet_unlock_spin_wait(ts) tasklet_unlock_wait(ts)
244 tasklet_unlock_wait(ts); in tasklet_disable()269 tasklet_unlock_wait(struct tasklet_struct *ts) in tasklet_unlock_wait() function