Searched refs:SBL_WAIT (Results 1 – 4 of 4) sorted by relevance
911 #define SBL_WAIT 0x00000001 /* Wait if not immediately available. */ macro914 #define SBL_VALID (SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT)
1796 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sbflush()2529 if ((sb->sb_flags & SB_LOCK) && !(flags & SBL_WAIT)) { in sblock()
1839 #define SBLOCKWAIT(f) (((f) & MSG_DONTWAIT) ? 0 : SBL_WAIT)4419 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sowflush()4466 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sorflush()
3868 error = sblock(&so->so_snd, SBL_WAIT); in sendfile()