Searched refs:SBLOCKWAIT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/hyperv/hvsock/
H A Dhv_sock.c629 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
671 error = sblock(sb, SBLOCKWAIT(flags));
830 error = sblock(sb, SBLOCKWAIT(flags));
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1050 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1108 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1270 error = sblock(sb, SBLOCKWAIT(flags));
/freebsd-13-stable/sys/kern/
H A Duipc_socket.c1373 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1586 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1931 error = sblock(&so->so_rcv, SBLOCKWAIT(flags));
2425 error = sblock(sb, SBLOCKWAIT(flags));

Completed in 213 milliseconds