Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDchannel.c232 cv_init(&c->intr_cv, "pcmwr"); in chn_lockinit()
236 cv_init(&c->intr_cv, "pcmwrv"); in chn_lockinit()
240 cv_init(&c->intr_cv, "pcmrd"); in chn_lockinit()
244 cv_init(&c->intr_cv, "pcmrdv"); in chn_lockinit()
260 CHN_BROADCAST(&c->intr_cv); in chn_lockdestroy()
263 cv_destroy(&c->intr_cv); in chn_lockdestroy()
343 CHN_BROADCAST(&c->intr_cv); in chn_wakeup()
365 ret = cv_timedwait_sig(&c->intr_cv, c->lock, timeout); in chn_sleep()
HDchannel.h115 struct cv intr_cv; member