Searched refs:SB_AIO_RUNNING (Results 1 – 3 of 3) sorted by relevance
736 sb->sb_flags &= ~SB_AIO_RUNNING; in soaio_process_sb()769 if (sb->sb_flags & SB_AIO_RUNNING) in sowakeup_aio()771 sb->sb_flags |= SB_AIO_RUNNING; in sowakeup_aio()847 if (!(sb->sb_flags & SB_AIO_RUNNING)) { in soo_aio_queue()
1430 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||1431 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
52 #define SB_AIO_RUNNING 0x2000 /* AIO operation running */ macro