/openbmc/qemu/tests/tcg/multiarch/ |
H A D | catch-syscalls.c | 23 if (pipe2(fd, 0)) { in main()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | ptrace_test.c | 313 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F() 314 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
|
/openbmc/linux/fs/ |
H A D | pipe.c | 112 struct pipe_inode_info *pipe2) in pipe_double_lock() argument 114 BUG_ON(pipe1 == pipe2); in pipe_double_lock() 116 if (pipe1 < pipe2) { in pipe_double_lock() 118 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock() 120 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock() 1035 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
|
/openbmc/linux/tools/virtio/virtio-trace/ |
H A D | trace-agent-rw.c | 67 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
|
/openbmc/linux/samples/watch_queue/ |
H A D | watch_test.c | 158 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.c | 355 const struct omap_drm_pipeline *pipe2 = b; in omap_compare_pipelines() local 357 if (pipe1->alias_id > pipe2->alias_id) in omap_compare_pipelines() 359 else if (pipe1->alias_id < pipe2->alias_id) in omap_compare_pipelines()
|
/openbmc/linux/tools/testing/selftests/kvm/lib/ |
H A D | userfaultfd_util.c | 151 ret = pipe2(uffd_desc->pipefds, O_CLOEXEC | O_NONBLOCK); in uffd_setup_demand_paging()
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | watch_queue.rst | 266 pipe2(fds, O_TMPFILE);
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 329 [ 328] = 2, /* pipe2 */
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 778 int pipe2(int pipefd[2], int flags) in pipe2() function 786 return pipe2(pipefd, 0); in pipe()
|
/openbmc/linux/tools/testing/selftests/pidfd/ |
H A D | pidfd_test.c | 249 ret = pipe2(pipe_fds, O_CLOEXEC); in test_pidfd_send_signal_recycled_pid_fail()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 361 if (pipe2(&pipefd[cpu * 2], O_CLOEXEC | O_NONBLOCK)) in uffd_test_ctx_init()
|
/openbmc/linux/tools/perf/arch/mips/entry/syscalls/ |
H A D | syscall_n64.tbl | 298 287 n64 pipe2 sys_pipe2
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n64.tbl | 298 287 n64 pipe2 sys_pipe2
|
H A D | syscall_n32.tbl | 302 291 n32 pipe2 sys_pipe2
|
/openbmc/linux/arch/ia64/kernel/syscalls/ |
H A D | syscall.tbl | 305 293 common pipe2 sys_pipe2
|
/openbmc/linux/arch/mips/kernel/syscalls/ |
H A D | syscall_n64.tbl | 298 287 n64 pipe2 sys_pipe2
|
H A D | syscall_n32.tbl | 302 291 n32 pipe2 sys_pipe2
|
/openbmc/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 304 293 common pipe2 sys_pipe2
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 304 293 common pipe2 sys_pipe2
|
/openbmc/linux/arch/xtensa/kernel/syscalls/ |
H A D | syscall.tbl | 334 311 common pipe2 sys_pipe2
|
/openbmc/qemu/linux-user/xtensa/ |
H A D | syscall.tbl | 334 311 common pipe2 sys_pipe2
|
/openbmc/qemu/linux-user/riscv/ |
H A D | syscall.tbl | 77 59 common pipe2 sys_pipe2
|
/openbmc/qemu/linux-user/loongarch64/ |
H A D | syscall.tbl | 77 59 common pipe2 sys_pipe2
|
/openbmc/qemu/linux-user/x86_64/ |
H A D | syscall_64.tbl | 305 293 common pipe2 sys_pipe2
|