Searched refs:pipe2 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/ |
D | pipe.c | 95 struct pipe_inode_info *pipe2) in pipe_double_lock() argument 97 BUG_ON(pipe1 == pipe2); in pipe_double_lock() 99 if (pipe1 < pipe2) { in pipe_double_lock() 101 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock() 103 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock() 816 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
|
/linux-4.4.14/tools/virtio/virtio-trace/ |
D | trace-agent-rw.c | 69 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 411 ENTRY_SAME(pipe2)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 324 SYSCALL_SPU(pipe2)
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | userfaultfd.c | 484 if (pipe2(&pipefd[cpu*2], O_CLOEXEC | O_NONBLOCK)) { in userfaultfd_stress()
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 156 COMPAT_SYSCALL_WRAP2(pipe2, int __user *, fildes, int, flags);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 302 293 common pipe2 sys_pipe2
|
D | syscall_32.tbl | 340 331 i386 pipe2 sys_pipe2
|
/linux-4.4.14/Documentation/ |
D | adding-syscalls.txt | 58 dup2/dup3, inotify_init/inotify_init1, pipe/pipe2, renameat/renameat2 -- so
|