Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.h322 #define CHN_LOCKOWNED(c) mtx_owned((c)->lock) macro
H A Dchannel.c625 if (CHN_LOCKOWNED(c)) { in chn_intr()