Lines Matching refs:sb_flags
187 so->so_rcv.sb_flags |= SB_ASYNC; in soo_ioctl()
190 so->so_snd.sb_flags |= SB_ASYNC; in soo_ioctl()
202 so->so_rcv.sb_flags &= ~SB_ASYNC; in soo_ioctl()
205 so->so_snd.sb_flags &= ~SB_ASYNC; in soo_ioctl()
733 sb->sb_flags |= SB_AIO; in soaio_process_sb()
734 sb->sb_flags &= ~SB_AIO_RUNNING; in soaio_process_sb()
765 sb->sb_flags &= ~SB_AIO; in sowakeup_aio()
766 if (sb->sb_flags & SB_AIO_RUNNING) in sowakeup_aio()
768 sb->sb_flags |= SB_AIO_RUNNING; in sowakeup_aio()
794 sb->sb_flags &= ~SB_AIO; in soo_aio_cancel()
831 if (!(sb->sb_flags & SB_AIO_RUNNING)) { in soo_aio_queue()
835 sb->sb_flags |= SB_AIO; in soo_aio_queue()