Home
last modified time | relevance | path

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

/linux/kernel/
H A Dsoftirq.c1016 tasklet_unlock_wait(t); in tasklet_kill()
1028 void tasklet_unlock_wait(struct tasklet_struct *t) in tasklet_unlock_wait() function
1032 EXPORT_SYMBOL_GPL(tasklet_unlock_wait);
/linux/drivers/atm/
H A Dsolos-pci.c992 tasklet_unlock_wait(&card->tlet); in pclose()