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