Searched refs:SBL_NOINTR (Results 1 – 4 of 4) sorted by relevance
335 #define SBL_NOINTR 0x00000002 /* Force non-interruptible sleep. */ macro336 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
499 error = SOCK_IO_SEND_LOCK(so_dst, SBL_WAIT | SBL_NOINTR); in splice_lock_pair()509 error = SOCK_IO_RECV_LOCK(so_src, SBL_WAIT | SBL_NOINTR); in splice_lock_pair()3690 error = SOCK_IO_RECV_LOCK(so, SBL_WAIT | SBL_NOINTR);4819 if ((flags & SBL_NOINTR) != 0) {
738 error = SOCK_IO_SEND_LOCK(so, SBL_WAIT | SBL_NOINTR); in vn_sendfile()
3250 error = SOCK_IO_RECV_LOCK(so, SBL_WAIT | SBL_NOINTR); in unp_dispose()