Searched refs:SND_CLONE_BUSY (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/
H A Dclone.h88 * SND_CLONE_BUSY - In progress, being referenced by living thread/proc.
92 #define SND_CLONE_BUSY 0x00000004 macro
98 SND_CLONE_BUSY)
H A Dclone.c209 if ((ce->flags & SND_CLONE_BUSY) ||
433 if (!(ce->flags & SND_CLONE_BUSY) &&
494 if (ce->flags & SND_CLONE_BUSY)
497 ce->flags |= SND_CLONE_BUSY;
521 if (!(ce->flags & SND_CLONE_BUSY))
524 ce->flags &= ~SND_CLONE_BUSY;
686 if (ce->flags & SND_CLONE_BUSY) {
793 if (!(ce->flags & SND_CLONE_BUSY)) {

Completed in 109 milliseconds