Home
last modified time | relevance | path

Searched refs:SBL_WAIT (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_peeloff.c155 sctp_pull_off_control_to_new_inp(inp, n_inp, stcb, SBL_WAIT); in sctp_do_peeloff()
H A Dsctputil.c5541 error = sblock(&so->so_rcv, (block_allowed ? SBL_WAIT : 0)); in sctp_sorecvmsg()
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h256 #define SBL_WAIT 0x00000001 /* Wait if not immediately available. */ macro
258 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
/f-stack/freebsd/sys/
H A Dsocketvar.h256 #define SBL_WAIT 0x00000001 /* Wait if not immediately available. */ macro
258 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
/f-stack/freebsd/kern/
H A Duipc_ktls.c1130 error = sblock(&so->so_snd, SBL_WAIT); in ktls_enable_tx()
1251 error = sblock(&so->so_snd, SBL_WAIT); in ktls_set_tx_mode()
H A Dkern_sendfile.c744 (void)sblock(&so->so_snd, SBL_WAIT | SBL_NOINTR); in vn_sendfile()
H A Duipc_sockbuf.c461 if (flags & SBL_WAIT) { in sblock()
H A Duipc_socket.c1375 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT)
2891 (void) sblock(sb, SBL_WAIT | SBL_NOINTR);