Searched refs:pipe2 (Results 1 – 1 of 1) sorted by relevance
93 struct pipe_inode_info *pipe2) in pipe_double_lock() argument95 BUG_ON(pipe1 == pipe2); in pipe_double_lock()97 if (pipe1 < pipe2) { in pipe_double_lock()99 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock()101 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock()871 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument