Searched refs:SBL_NOINTR (Results 1 – 4 of 4) sorted by relevance
193 #define SBL_NOINTR 0x00000002 /* Force non-interruptible sleep. */ macro194 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
144 (flags & SBL_NOINTR)) { in sblock()
2006 (void)sblock(&so->so_snd, SBL_WAIT | SBL_NOINTR); in kern_sendfile()
2434 (void) sblock(sb, SBL_WAIT | SBL_NOINTR);