Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pcm/
H A Dchannel.c398 if ((c->flags & CHN_F_MMAP) && !(c->flags & CHN_F_CLOSING)) in chn_wrfeed()
715 if (c->flags & CHN_F_CLOSING) in chn_start()
734 (c->flags & CHN_F_CLOSING) ? "closing" : in chn_start()
840 cflag = c->flags & CHN_F_CLOSING; in chn_sync()
841 c->flags |= CHN_F_CLOSING; in chn_sync()
880 c->flags &= ~CHN_F_CLOSING; in chn_sync()
968 c->flags |= CHN_F_CLOSING; in chn_flush()
975 c->flags &= ~CHN_F_CLOSING; in chn_flush()
H A Dfeeder_mixer.c328 if ((ch->flags & CHN_F_MMAP) && !(ch->flags & CHN_F_CLOSING)) in feed_mixer_feed()
H A Dchannel.h352 #define CHN_F_CLOSING 0x00000001 /* a pending close */ macro
H A Dfeeder.c498 if (!(ch->flags & CHN_F_CLOSING)) in feed_root()