Searched refs:pipe2 (Results 1 – 1 of 1) sorted by relevance
112 struct pipe_inode_info *pipe2) in pipe_double_lock() argument114 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