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

/freebsd-13-stable/sys/dev/sound/
H A Dclone.h61 * SND_CLONE_WAITOK - malloc() is allowed to sleep while allocating
70 #define SND_CLONE_WAITOK 0x80000000 macro
79 SND_CLONE_WAITOK)
H A Dclone.c747 ((c->flags & SND_CLONE_WAITOK) ? M_WAITOK : M_NOWAIT) | M_ZERO);
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dsound.c1117 SND_CLONE_DEADLINE_DEFAULT, SND_CLONE_WAITOK |

Completed in 177 milliseconds