Home
last modified time | relevance | path

Searched refs:SB_AIO_RUNNING (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/kern/
HDsys_socket.c736 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()
HDuipc_socket.c1430 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||
1431 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
/freebsd-14-stable/sys/sys/
HDsockbuf.h52 #define SB_AIO_RUNNING 0x2000 /* AIO operation running */ macro