Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h57 extern struct mtx snd_pcm_syncgroups_mtx;
60 #define PCM_SG_LOCK() mtx_lock(&snd_pcm_syncgroups_mtx)
61 #define PCM_SG_TRYLOCK() mtx_trylock(&snd_pcm_syncgroups_mtx)
62 #define PCM_SG_UNLOCK() mtx_unlock(&snd_pcm_syncgroups_mtx)
63 #define PCM_SG_LOCKASSERT(arg) mtx_assert(&snd_pcm_syncgroups_mtx, arg)
H A Dchannel.c214 struct mtx snd_pcm_syncgroups_mtx; variable
215 MTX_SYSINIT(pcm_syncgroup, &snd_pcm_syncgroups_mtx, "PCM channel sync group lock", MTX_DEF);
H A Ddsp.c2596 ret = msleep(sm, &snd_pcm_syncgroups_mtx, in dsp_oss_syncstart()