tag | line | file | source code |
---|---|---|---|
PIPE_SIZE | 47 | fs/pipe.c | while (count>0 && (size = PIPE_SIZE(*inode))) { |
PIPE_SIZE | 142 | fs/pipe.c | put_fs_long(PIPE_SIZE(*pino),(unsigned long *) arg); |
PIPE_SIZE | 204 | fs/pipe.c | while (!PIPE_SIZE(*inode)) { |
PIPE_SIZE | 27 | include/linux/pipe_fs_i.h | #define PIPE_EMPTY(inode) (PIPE_SIZE(inode)==0) |
PIPE_SIZE | 28 | include/linux/pipe_fs_i.h | #define PIPE_FULL(inode) (PIPE_SIZE(inode)==PIPE_BUF) |