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

/freebsd-10.0-release/sys/dev/sound/
H A Dclone.h86 * SND_CLONE_BUSY - In progress, being referenced by living thread/proc.
90 #define SND_CLONE_BUSY 0x00000004 macro
96 SND_CLONE_BUSY)
H A Dclone.c206 if ((ce->flags & SND_CLONE_BUSY) ||
430 if (!(ce->flags & SND_CLONE_BUSY) &&
491 if (ce->flags & SND_CLONE_BUSY)
494 ce->flags |= SND_CLONE_BUSY;
518 if (!(ce->flags & SND_CLONE_BUSY))
521 ce->flags &= ~SND_CLONE_BUSY;
683 if (ce->flags & SND_CLONE_BUSY) {
790 if (!(ce->flags & SND_CLONE_BUSY)) {

Completed in 123 milliseconds