Searched refs:pipe2 (Results 1 – 1 of 1) sorted by relevance
111 struct pipe_inode_info *pipe2) in pipe_double_lock() argument113 BUG_ON(pipe1 == pipe2); in pipe_double_lock()115 if (pipe1 < pipe2) { in pipe_double_lock()117 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock()119 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock()1024 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument