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

/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1034 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1092 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1254 error = sblock(sb, SBLOCKWAIT(flags));
/freebsd-12-stable/sys/kern/
H A Duipc_socket.c1271 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1474 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1754 error = sblock(&so->so_rcv, SBLOCKWAIT(flags));
2199 error = sblock(sb, SBLOCKWAIT(flags));

Completed in 181 milliseconds