Home
last modified time | relevance | path

Searched refs:tasklet_unlock_wait (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/include/linux/
Dinterrupt.h543 static inline void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
549 #define tasklet_unlock_wait(t) do { } while (0) macro
593 tasklet_unlock_wait(t); in tasklet_disable()
/linux-3.4.99/kernel/
Dsoftirq.c533 tasklet_unlock_wait(t); in tasklet_kill()
/linux-3.4.99/drivers/atm/
Dsolos-pci.c892 tasklet_unlock_wait(&card->tlet); in pclose()