Searched refs:pipe1 (Results 1 – 1 of 1) sorted by relevance
92 void pipe_double_lock(struct pipe_inode_info *pipe1, in pipe_double_lock() argument95 BUG_ON(pipe1 == pipe2); in pipe_double_lock()97 if (pipe1 < pipe2) { in pipe_double_lock()98 pipe_lock_nested(pipe1, I_MUTEX_PARENT); in pipe_double_lock()102 pipe_lock_nested(pipe1, I_MUTEX_CHILD); in pipe_double_lock()