Home
last modified time | relevance | path

Searched refs:SB_AIO (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/kern/
H A Dsys_socket.c727 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()
H A Duipc_debug.c331 if (sb_flags & SB_AIO) { in db_print_sbflags()
H A Duipc_sockbuf.c500 if (sb->sb_flags & SB_AIO) in sowakeup()
543 SB_UPCALL | SB_AIO | SB_KNOTE)) != 0); in sb_notify()
H A Duipc_socket.c1454 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||
1455 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
/freebsd/sys/sys/
H A Dsockbuf.h44 #define SB_AIO 0x80 /* AIO operations queued */ macro