tag | line | file | source code |
---|---|---|---|
PIPE_LOCK | 109 | fs/fifo.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 155 | fs/fifo.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 414 | fs/inode.c | PIPE_LOCK(*inode) = 0; |
PIPE_LOCK | 30 | fs/pipe.c | if (PIPE_LOCK(*inode)) |
PIPE_LOCK | 37 | fs/pipe.c | } else while (PIPE_EMPTY(*inode) || PIPE_LOCK(*inode)) { |
PIPE_LOCK | 46 | fs/pipe.c | PIPE_LOCK(*inode)++; |
PIPE_LOCK | 62 | fs/pipe.c | PIPE_LOCK(*inode)--; |
PIPE_LOCK | 86 | fs/pipe.c | while ((PIPE_FREE(*inode) < free) || PIPE_LOCK(*inode)) { |
PIPE_LOCK | 97 | fs/pipe.c | PIPE_LOCK(*inode)++; |
PIPE_LOCK | 111 | fs/pipe.c | PIPE_LOCK(*inode)--; |