Searched refs:SB_SEL (Results 1 – 7 of 7) sorted by relevance
44 #define SB_SEL 0x08 /* someone is selecting */ macro
263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \
354 if (sb_flags & SB_SEL) { in db_print_sbflags()
503 sb->sb_flags &= ~SB_SEL; in sowakeup()
3576 so->so_rcv.sb_flags |= SB_SEL;3580 so->so_snd.sb_flags |= SB_SEL;