Lines Matching refs:sb_flags
177 so->so_rcv.sb_flags |= SB_ASYNC; in soo_ioctl()
180 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()
192 so->so_rcv.sb_flags &= ~SB_ASYNC; in soo_ioctl()
195 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
720 sb->sb_flags |= SB_AIO; in soaio_process_sb()
721 sb->sb_flags &= ~SB_AIO_RUNNING; in soaio_process_sb()
753 sb->sb_flags &= ~SB_AIO; in sowakeup_aio()
754 if (sb->sb_flags & SB_AIO_RUNNING) in sowakeup_aio()
756 sb->sb_flags |= SB_AIO_RUNNING; in sowakeup_aio()
785 sb->sb_flags &= ~SB_AIO; in soo_aio_cancel()
832 if (!(sb->sb_flags & SB_AIO_RUNNING)) { in soo_aio_queue()
836 sb->sb_flags |= SB_AIO; in soo_aio_queue()