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

/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1027 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1085 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1246 error = sblock(sb, SBLOCKWAIT(flags));
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1204 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1300 error = sblock(sb, SBLOCKWAIT(flags));
/freebsd-10-stable/sys/kern/
H A Duipc_socket.c981 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT) macro
1183 error = sblock(&so->so_snd, SBLOCKWAIT(flags));
1452 error = sblock(&so->so_rcv, SBLOCKWAIT(flags));
1898 error = sblock(sb, SBLOCKWAIT(flags));

Completed in 64 milliseconds