Searched refs:SBL_WAIT (Results 1 – 8 of 8) sorted by relevance
155 sctp_pull_off_control_to_new_inp(inp, n_inp, stcb, SBL_WAIT); in sctp_do_peeloff()
5541 error = sblock(&so->so_rcv, (block_allowed ? SBL_WAIT : 0)); in sctp_sorecvmsg()
256 #define SBL_WAIT 0x00000001 /* Wait if not immediately available. */ macro258 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
1130 error = sblock(&so->so_snd, SBL_WAIT); in ktls_enable_tx()1251 error = sblock(&so->so_snd, SBL_WAIT); in ktls_set_tx_mode()
744 (void)sblock(&so->so_snd, SBL_WAIT | SBL_NOINTR); in vn_sendfile()
461 if (flags & SBL_WAIT) { in sblock()
1375 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT)2891 (void) sblock(sb, SBL_WAIT | SBL_NOINTR);