Searched refs:CHN_F_SLEEPING (Results 1 – 2 of 2) sorted by relevance
354 #define CHN_F_SLEEPING 0x00000020 macro
311 if (c->flags & CHN_F_SLEEPING) { in chn_wakeup()338 c->flags |= CHN_F_SLEEPING; in chn_sleep()340 c->flags &= ~CHN_F_SLEEPING; in chn_sleep()