Searched refs:pipe2 (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/ |
D | pipe.c | 89 struct pipe_inode_info *pipe2) in pipe_double_lock() argument 91 BUG_ON(pipe1 == pipe2); in pipe_double_lock() 93 if (pipe1 < pipe2) { in pipe_double_lock() 95 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock() 97 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock() 777 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument
|
/linux-4.1.27/tools/virtio/virtio-trace/ |
D | trace-agent-rw.c | 69 if (pipe2(data_pipe, O_NONBLOCK) < 0) { in rw_thread_init()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 411 ENTRY_SAME(pipe2)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 324 SYSCALL_SPU(pipe2)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 199 COMPAT_SYSCALL_WRAP2(pipe2, int __user *, fildes, int, flags);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 302 293 common pipe2 sys_pipe2
|
D | syscall_32.tbl | 340 331 i386 pipe2 sys_pipe2
|