Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
HDchannel.c421 if ((c->flags & CHN_F_MMAP) && !(c->flags & CHN_F_CLOSING)) in chn_wrfeed()
740 if (c->flags & CHN_F_CLOSING) in chn_start()
759 (c->flags & CHN_F_CLOSING) ? "closing" : in chn_start()
865 cflag = c->flags & CHN_F_CLOSING; in chn_sync()
866 c->flags |= CHN_F_CLOSING; in chn_sync()
905 c->flags &= ~CHN_F_CLOSING; in chn_sync()
991 c->flags |= CHN_F_CLOSING; in chn_flush()
998 c->flags &= ~CHN_F_CLOSING; in chn_flush()
HDfeeder_mixer.c328 if ((ch->flags & CHN_F_MMAP) && !(ch->flags & CHN_F_CLOSING)) in feed_mixer_feed()
HDfeeder.c500 if (!(ch->flags & CHN_F_CLOSING)) in feed_root()
HDchannel.h347 #define CHN_F_CLOSING 0x00000001 /* a pending close */ macro