Searched refs:pipe2 (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/fs/ |
D | pipe.c | 92 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/ |
D | trace-agent-rw.c | 69 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | systbl.h | 325 SYSCALL_SPU(pipe2)
|
/Linux-v4.19/arch/parisc/kernel/ |
D | syscall_table.S | 411 ENTRY_SAME(pipe2)
|
/Linux-v4.19/arch/s390/kernel/ |
D | compat_wrapper.c | 157 COMPAT_SYSCALL_WRAP2(pipe2, int __user *, fildes, int, flags);
|
/Linux-v4.19/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 304 293 common pipe2 __x64_sys_pipe2
|
D | syscall_32.tbl | 345 331 i386 pipe2 sys_pipe2 __ia32_sys_pipe2
|
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 304 293 common pipe2 __x64_sys_pipe2
|
/Linux-v4.19/arch/arm/tools/ |
D | syscall.tbl | 376 359 common pipe2 sys_pipe2
|
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 335 325 common pipe2 sys_pipe2 compat_sys_pipe2
|
/Linux-v4.19/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 335 325 common pipe2 sys_pipe2 compat_sys_pipe2
|
/Linux-v4.19/tools/testing/selftests/vm/ |
D | userfaultfd.c | 1059 if (pipe2(&pipefd[cpu*2], O_CLOEXEC | O_NONBLOCK)) { in userfaultfd_stress()
|
/Linux-v4.19/arch/arm64/boot/dts/qcom/ |
D | msm8996.dtsi | 823 clock-names = "pipe2";
|
/Linux-v4.19/Documentation/process/ |
D | adding-syscalls.rst | 62 ``pipe``/``pipe2``, ``renameat``/``renameat2`` -- so
|