Searched refs:SB_WAIT (Results 1 – 6 of 6) sorted by relevance
43 #define SB_WAIT 0x04 /* someone is waiting for data/space */ macro
263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \
350 if (sb_flags & SB_WAIT) { in db_print_sbflags()
448 sb->sb_flags |= SB_WAIT; in sbwait()504 if (sb->sb_flags & SB_WAIT) { in sowakeup()505 sb->sb_flags &= ~SB_WAIT; in sowakeup()