Searched refs:pipe1 (Results 1 – 1 of 1) sorted by relevance
106 void pipe_double_lock(struct pipe_inode_info *pipe1, in pipe_double_lock() argument109 BUG_ON(pipe1 == pipe2); in pipe_double_lock()111 if (pipe1 < pipe2) { in pipe_double_lock()112 pipe_lock_nested(pipe1, I_MUTEX_PARENT); in pipe_double_lock()116 pipe_lock_nested(pipe1, I_MUTEX_CHILD); in pipe_double_lock()