Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dpipe.c92 struct pipe_inode_info *pipe2) in pipe_double_lock() argument
94 BUG_ON(pipe1 == pipe2); in pipe_double_lock()
96 if (pipe1 < pipe2) { in pipe_double_lock()
98 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock()
100 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock()
845 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
/Linux-v4.19/tools/virtio/virtio-trace/
Dtrace-agent-rw.c69 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h325 SYSCALL_SPU(pipe2)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S411 ENTRY_SAME(pipe2)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c157 COMPAT_SYSCALL_WRAP2(pipe2, int __user *, fildes, int, flags);
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl304 293 common pipe2 __x64_sys_pipe2
Dsyscall_32.tbl345 331 i386 pipe2 sys_pipe2 __ia32_sys_pipe2
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl304 293 common pipe2 __x64_sys_pipe2
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl376 359 common pipe2 sys_pipe2
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl335 325 common pipe2 sys_pipe2 compat_sys_pipe2
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl335 325 common pipe2 sys_pipe2 compat_sys_pipe2
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c1059 if (pipe2(&pipefd[cpu*2], O_CLOEXEC | O_NONBLOCK)) { in userfaultfd_stress()
/Linux-v4.19/arch/arm64/boot/dts/qcom/
Dmsm8996.dtsi823 clock-names = "pipe2";
/Linux-v4.19/Documentation/process/
Dadding-syscalls.rst62 ``pipe``/``pipe2``, ``renameat``/``renameat2`` -- so