Home
last modified time | relevance | path

Searched refs:SBL_NOINTR (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocketvar.h257 #define SBL_NOINTR 0x00000002 /* Force non-interruptible sleep. */ macro
258 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
/f-stack/freebsd/sys/
H A Dsocketvar.h257 #define SBL_NOINTR 0x00000002 /* Force non-interruptible sleep. */ macro
258 #define SBL_VALID (SBL_WAIT | SBL_NOINTR)
/f-stack/freebsd/kern/
H A Dkern_sendfile.c744 (void)sblock(&so->so_snd, SBL_WAIT | SBL_NOINTR); in vn_sendfile()
H A Duipc_sockbuf.c463 (flags & SBL_NOINTR)) { in sblock()
H A Duipc_socket.c2891 (void) sblock(sb, SBL_WAIT | SBL_NOINTR);