tag | line | file | source code |
---|---|---|---|
PIPE_LOCK | 110 | fs/fifo.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 158 | fs/fifo.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 560 | fs/inode.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 36 | fs/pipe.c | if (PIPE_LOCK(*inode)) |
PIPE_LOCK | 43 | fs/pipe.c | } else while (PIPE_EMPTY(*inode) || PIPE_LOCK(*inode)) { |
PIPE_LOCK | 52 | fs/pipe.c | PIPE_LOCK(*inode)++; |
PIPE_LOCK | 68 | fs/pipe.c | PIPE_LOCK(*inode)--; |
PIPE_LOCK | 92 | fs/pipe.c | while ((PIPE_FREE(*inode) < free) || PIPE_LOCK(*inode)) { |
PIPE_LOCK | 103 | fs/pipe.c | PIPE_LOCK(*inode)++; |
PIPE_LOCK | 117 | fs/pipe.c | PIPE_LOCK(*inode)--; |