pipe2 184 drivers/gpu/drm/omapdrm/omap_drv.c const struct omap_drm_pipeline *pipe2 = b; pipe2 186 drivers/gpu/drm/omapdrm/omap_drv.c if (pipe1->alias_id > pipe2->alias_id) pipe2 188 drivers/gpu/drm/omapdrm/omap_drv.c else if (pipe1->alias_id < pipe2->alias_id) pipe2 93 fs/pipe.c struct pipe_inode_info *pipe2) pipe2 95 fs/pipe.c BUG_ON(pipe1 == pipe2); pipe2 97 fs/pipe.c if (pipe1 < pipe2) { pipe2 99 fs/pipe.c pipe_lock_nested(pipe2, I_MUTEX_CHILD); pipe2 101 fs/pipe.c pipe_lock_nested(pipe2, I_MUTEX_PARENT); pipe2 871 fs/pipe.c SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) pipe2 213 tools/testing/selftests/pidfd/pidfd_test.c ret = pipe2(pipe_fds, O_CLOEXEC); pipe2 1079 tools/testing/selftests/vm/userfaultfd.c if (pipe2(&pipefd[cpu*2], O_CLOEXEC | O_NONBLOCK)) { pipe2 67 tools/virtio/virtio-trace/trace-agent-rw.c if (pipe2(data_pipe, O_NONBLOCK) < 0) {