Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/fs/
Dpipe.c95 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/
Dtrace-agent-rw.c69 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S411 ENTRY_SAME(pipe2)
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h324 SYSCALL_SPU(pipe2)
/linux-4.4.14/tools/testing/selftests/vm/
Duserfaultfd.c484 if (pipe2(&pipefd[cpu*2], O_CLOEXEC | O_NONBLOCK)) { in userfaultfd_stress()
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c156 COMPAT_SYSCALL_WRAP2(pipe2, int __user *, fildes, int, flags);
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl302 293 common pipe2 sys_pipe2
Dsyscall_32.tbl340 331 i386 pipe2 sys_pipe2
/linux-4.4.14/Documentation/
Dadding-syscalls.txt58 dup2/dup3, inotify_init/inotify_init1, pipe/pipe2, renameat/renameat2 -- so