Searched refs:SBL_NOINTR (Results 1 – 5 of 5) sorted by relevance
257 #define SBL_NOINTR 0x00000002 /* Force non-interruptible sleep. */ macro258 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
744 (void)sblock(&so->so_snd, SBL_WAIT | SBL_NOINTR); in vn_sendfile()
463 (flags & SBL_NOINTR)) { in sblock()
2891 (void) sblock(sb, SBL_WAIT | SBL_NOINTR);