Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsys_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()
848 if (!(sb->sb_flags & SB_AIO_RUNNING)) { in soaio_queue_generic()
H A Duipc_socket.c1449 (so->so_snd.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0 ||
1450 (so->so_rcv.sb_flags & (SB_AIO | SB_AIO_RUNNING)) != 0) {
H A Duipc_usrreq.c1121 if (__predict_false(so->so_snd.sb_flags & SB_AIO_RUNNING)) { in uipc_sosend_stream_or_seqpacket()
/freebsd/sys/sys/
H A Dsockbuf.h50 #define SB_AIO_RUNNING 0x2000 /* AIO operation running */ macro