Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsys_socket.c734 sb->sb_flags &= ~SB_AIO_RUNNING; in soaio_process_sb()
766 if (sb->sb_flags & SB_AIO_RUNNING) in sowakeup_aio()
768 sb->sb_flags |= SB_AIO_RUNNING; in sowakeup_aio()
831 if (!(sb->sb_flags & SB_AIO_RUNNING)) { in soo_aio_queue()
/f-stack/tools/compat/include/sys/
H A Dsockbuf.h54 #define SB_AIO_RUNNING 0x2000 /* AIO operation running */ macro
/f-stack/freebsd/sys/
H A Dsockbuf.h54 #define SB_AIO_RUNNING 0x2000 /* AIO operation running */ macro