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 | 540 | fs/inode.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 31 | fs/pipe.c | if (PIPE_LOCK(*inode)) |
PIPE_LOCK | 38 | fs/pipe.c | } else while (PIPE_EMPTY(*inode) || PIPE_LOCK(*inode)) { |
PIPE_LOCK | 47 | fs/pipe.c | PIPE_LOCK(*inode)++; |
PIPE_LOCK | 63 | fs/pipe.c | PIPE_LOCK(*inode)--; |
PIPE_LOCK | 87 | fs/pipe.c | while ((PIPE_FREE(*inode) < free) || PIPE_LOCK(*inode)) { |
PIPE_LOCK | 98 | fs/pipe.c | PIPE_LOCK(*inode)++; |
PIPE_LOCK | 112 | fs/pipe.c | PIPE_LOCK(*inode)--; |