Searched refs:PIPE_START (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dpipe_fs_i.h25 #define PIPE_START(inode) ((inode).i_pipe->start) macro
37 #define PIPE_END(inode) ((PIPE_START(inode) + PIPE_LEN(inode)) & (PIPE_SIZE-1))
38 #define PIPE_MAX_RCHUNK(inode) (PIPE_SIZE - PIPE_START(inode))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dpipe_fs_i.h25 #define PIPE_START(inode) ((inode).i_pipe->start) macro
37 #define PIPE_END(inode) ((PIPE_START(inode) + PIPE_LEN(inode)) & (PIPE_SIZE-1))
38 #define PIPE_MAX_RCHUNK(inode) (PIPE_SIZE - PIPE_START(inode))
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dpipe.c89 char *pipebuf = PIPE_BASE(*inode) + PIPE_START(*inode);
101 PIPE_START(*inode) += chars;
102 PIPE_START(*inode) &= (PIPE_SIZE - 1);
110 PIPE_START(*inode) = 0;
452 PIPE_START(*inode) = PIPE_LEN(*inode) = 0;

Completed in 73 milliseconds