Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/landlock/
H A Dscoped_signal_test.c91 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
188 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
189 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
277 ASSERT_EQ(0, pipe2(thread_pipe, O_CLOEXEC)); in TEST()
302 ASSERT_EQ(0, pipe2(thread_pipe, O_CLOEXEC));
354 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in FIXTURE_VARIANT_ADD()
468 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
469 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
H A Dscoped_abstract_unix_test.c88 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
185 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
186 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
317 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
318 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
427 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
442 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
646 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in FIXTURE_VARIANT_ADD()
647 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC));
817 ASSERT_EQ(0, pipe2(pipe_paren in TEST_F()
[all...]
H A Dptrace_test.c313 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
314 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
504 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC));
505 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC));
H A Daudit_test.c233 ASSERT_EQ(0, pipe2(pipe_child, O_CLOEXEC)); in TEST_F()
235 ASSERT_EQ(0, pipe2(pipe_parent, O_CLOEXEC)); in TEST_F()
550 ASSERT_EQ(0, pipe2(pipe_child, 0)); in TEST_F()
551 ASSERT_EQ(0, pipe2(pipe_parent, 0)); in TEST_F()
/linux/fs/
H A Dpipe.c103 struct pipe_inode_info *pipe2) in pipe_double_lock() argument
105 BUG_ON(pipe1 == pipe2); in pipe_double_lock()
107 if (pipe1 > pipe2) in pipe_double_lock()
108 swap(pipe1, pipe2); in pipe_double_lock()
111 pipe_lock(pipe2); in pipe_double_lock()
1054 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
/linux/tools/virtio/virtio-trace/
H A Dtrace-agent-rw.c67 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
/linux/samples/watch_queue/
H A Dwatch_test.c164 if (pipe2(pipefd, O_NOTIFICATION_PIPE) == -1) { in main()
/linux/tools/include/nolibc/
H A Dsys.h706 int pipe2(int pipefd[2], int flags) in pipe2() function
714 return pipe2(pipefd, 0); in pipe()
/linux/Documentation/translations/zh_CN/core-api/
H A Dwatch_queue.rst266 pipe2(fds, O_TMPFILE);
/linux/tools/testing/selftests/pidfd/
H A Dpidfd_test.c301 ret = pipe2(pipe_fds, O_CLOEXEC); in test_pidfd_send_signal_recycled_pid_fail()
/linux/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl298 287 n64 pipe2 sys_pipe2
H A Dsyscall_n32.tbl302 291 n32 pipe2 sys_pipe2
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl298 287 n64 pipe2 sys_pipe2
/linux/tools/testing/selftests/mm/
H A Duffd-common.c396 if (pipe2(&gopts->pipefd[cpu * 2], O_CLOEXEC | O_NONBLOCK)) in uffd_test_ctx_init()
/linux/scripts/
H A Dsyscall.tbl77 59 common pipe2 sys_pipe2
/linux/tools/scripts/
H A Dsyscall.tbl77 59 common pipe2 sys_pipe2
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl341 331 common pipe2 sys_pipe2
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl334 311 common pipe2 sys_pipe2
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl337 327 common pipe2 sys_pipe2
/linux/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl356 313 common pipe2 parisc_pipe2
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl305 293 common pipe2 sys_pipe2
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl334 311 common pipe2 sys_pipe2
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl305 293 common pipe2 sys_pipe2
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl341 331 common pipe2 sys_pipe2
/linux/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl353 343 common pipe2 sys_pipe2

12