Home
last modified time | relevance | path

Searched refs:CHN_F_CLOSING (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/sound/pcm/
Dchannel.c402 if ((c->flags & CHN_F_MMAP) && !(c->flags & CHN_F_CLOSING)) in chn_wrfeed()
719 if (c->flags & CHN_F_CLOSING) in chn_start()
738 (c->flags & CHN_F_CLOSING) ? "closing" : in chn_start()
844 cflag = c->flags & CHN_F_CLOSING; in chn_sync()
845 c->flags |= CHN_F_CLOSING; in chn_sync()
884 c->flags &= ~CHN_F_CLOSING; in chn_sync()
972 c->flags |= CHN_F_CLOSING; in chn_flush()
979 c->flags &= ~CHN_F_CLOSING; in chn_flush()
Dfeeder_mixer.c328 if ((ch->flags & CHN_F_MMAP) && !(ch->flags & CHN_F_CLOSING)) in feed_mixer_feed()
Dchannel.h346 #define CHN_F_CLOSING 0x00000001 /* a pending close */ macro
Dfeeder.c500 if (!(ch->flags & CHN_F_CLOSING)) in feed_root()