Searched refs:SB_AIO (Results 1 – 5 of 5) sorted by relevance
727 sb->sb_flags |= SB_AIO; in soaio_process_sb()760 sb->sb_flags &= ~SB_AIO; in sowakeup_aio()792 sb->sb_flags &= ~SB_AIO; in soo_aio_cancel()844 sb->sb_flags |= SB_AIO; in soaio_queue_generic()
331 if (sb_flags & SB_AIO) { in db_print_sbflags()
500 if (sb->sb_flags & SB_AIO) in sowakeup()543 SB_UPCALL | SB_AIO | SB_KNOTE)) != 0); in sb_notify()
1454 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||1455 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
44 #define SB_AIO 0x80 /* AIO operations queued */ macro