Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwisound_pcm.c75 taskqueue_enqueue(taskqueue_thread, &sc->stop_task); in fwisound_chan_free()
76 taskqueue_drain(taskqueue_thread, &sc->stop_task); in fwisound_chan_free()
140 taskqueue_enqueue(taskqueue_thread, &sc->stop_task); in fwisound_chan_trigger()
H A Dfwisound.h84 struct task stop_task; /* deferred iso_stop */ member
H A Dfwisound.c487 TASK_INIT(&sc->stop_task, 0, fwisound_stop_task, sc); in fwisound_attach()
517 taskqueue_drain(taskqueue_thread, &sc->stop_task); in fwisound_detach()