Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dinterrupt.h192 extern void tasklet_unlock_wait(struct tasklet_struct *ts);
193 #define tasklet_unlock_spin_wait(ts) tasklet_unlock_wait(ts)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_tasklet.c244 tasklet_unlock_wait(ts); in tasklet_disable()
269 tasklet_unlock_wait(struct tasklet_struct *ts) in tasklet_unlock_wait() function