Searched refs:SAFE_PIPE2 (Results 1 – 7 of 7) sorted by relevance
33 SAFE_PIPE2(fds, O_CLOEXEC); in verify_pipe2()
58 SAFE_PIPE2(fds, tc->flags); in verify_pipe2()
63 SAFE_PIPE2(fds, O_NONBLOCK); in setup()
70 SAFE_PIPE2(fd_full, O_NONBLOCK); in setup()
40 SAFE_PIPE2(fds, O_NONBLOCK); in setup()
330 SAFE_PIPE2(pipes, O_CLOEXEC); in do_setup()
98 #define SAFE_PIPE2(fildes, flags) \ macro