Home
last modified time | relevance | path

Searched refs:IOCB_NOSIGNAL (Results 1 – 3 of 3) sorted by relevance

/linux/fs/
H A Dpipe.c537 if ((iocb->ki_flags & IOCB_NOSIGNAL) == 0) in anon_pipe_write()
578 if ((iocb->ki_flags & IOCB_NOSIGNAL) == 0) in anon_pipe_write()
/linux/net/
H A Dsocket.c1263 if (iocb->ki_flags & IOCB_NOSIGNAL) in sock_write_iter()
/linux/include/linux/
H A Dfs.h346 #define IOCB_NOSIGNAL (__force int) RWF_NOSIGNAL macro