Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/kern/
Dsys_socket.c735 sb->sb_flags |= SB_AIO; in soaio_process_sb()
767 sb->sb_flags &= ~SB_AIO; in sowakeup_aio()
796 sb->sb_flags &= ~SB_AIO; in soo_aio_cancel()
837 sb->sb_flags |= SB_AIO; in soo_aio_queue()
Duipc_debug.c370 if (sb_flags & SB_AIO) { in db_print_sbflags()
Duipc_sockbuf.c360 if (sb->sb_flags & SB_AIO) in sowakeup()
/freebsd-12-stable/sys/sys/
Dsockbuf.h46 #define SB_AIO 0x80 /* AIO operations queued */ macro
Dsocketvar.h254 SB_UPCALL | SB_AIO | SB_KNOTE)) != 0)