Home
last modified time | relevance | path

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

/trueos/sys/dev/sound/pcm/
HDchannel.h312 #define CHN_LOCKOWNED(c) mtx_owned((c)->lock) macro
HDchannel.c665 if (CHN_LOCKOWNED(c)) { in chn_intr()