Searched refs:CHN_F_ABORTING (Results 1 – 2 of 2) sorted by relevance
493 c->flags |= CHN_F_ABORTING; in chn_write()600 c->flags |= CHN_F_ABORTING; in chn_read()741 if ((c->flags & (CHN_F_DEAD | CHN_F_ABORTING)) || in chn_sync()809 c->flags |= CHN_F_ABORTING; in chn_sync()898 c->flags |= CHN_F_ABORTING; in chn_abort()908 c->flags &= ~CHN_F_ABORTING; in chn_abort()
361 #define CHN_F_ABORTING 0x00000002 /* a pending abort */ macro