Searched refs:pipe1 (Results 1 – 1 of 1) sorted by relevance
88 void pipe_double_lock(struct pipe_inode_info *pipe1, in pipe_double_lock() argument91 BUG_ON(pipe1 == pipe2); in pipe_double_lock()93 if (pipe1 < pipe2) { in pipe_double_lock()94 pipe_lock_nested(pipe1, I_MUTEX_PARENT); in pipe_double_lock()98 pipe_lock_nested(pipe1, I_MUTEX_CHILD); in pipe_double_lock()