Searched refs:SB_WAIT (Results 1 – 2 of 2) sorted by relevance
203 #define SB_WAIT 0x04 /* someone is waiting for data/space */ macro489 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \
174 sb->sb_flags |= SB_WAIT; in sbwait()1436 if (sb->sb_flags & SB_WAIT) { in sowakeup()1437 sb->sb_flags &= ~SB_WAIT; in sowakeup()