Searched refs:CHN_F_CLOSING (Results 1 – 4 of 4) sorted by relevance
421 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()
328 if ((ch->flags & CHN_F_MMAP) && !(ch->flags & CHN_F_CLOSING)) in feed_mixer_feed()
500 if (!(ch->flags & CHN_F_CLOSING)) in feed_root()
347 #define CHN_F_CLOSING 0x00000001 /* a pending close */ macro