Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 1 of 1) sorted by relevance

/fs/
Dpipe.c93 struct pipe_inode_info *pipe2) in pipe_double_lock() argument
95 BUG_ON(pipe1 == pipe2); in pipe_double_lock()
97 if (pipe1 < pipe2) { in pipe_double_lock()
99 pipe_lock_nested(pipe2, I_MUTEX_CHILD); in pipe_double_lock()
101 pipe_lock_nested(pipe2, I_MUTEX_PARENT); in pipe_double_lock()
871 SYSCALL_DEFINE2(pipe2, int __user *, fildes, int, flags) in SYSCALL_DEFINE2() argument