Searched refs:SND_CLONE_WAITOK (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/sound/
H A Dclone.h59 * SND_CLONE_WAITOK - malloc() is allowed to sleep while allocating
68 #define SND_CLONE_WAITOK 0x80000000 macro
77 SND_CLONE_WAITOK)
H A Dclone.c744 ((c->flags & SND_CLONE_WAITOK) ? M_WAITOK : M_NOWAIT) | M_ZERO);
/freebsd-10.0-release/sys/dev/sound/pcm/
H A Dsound.c1073 SND_CLONE_DEADLINE_DEFAULT, SND_CLONE_WAITOK |

Completed in 86 milliseconds