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

/linux-master/fs/
H A Dsplice.c1745 unsigned int i_tail, o_tail; local
1767 i_tail = ipipe->tail;
1785 if (pipe_empty(i_head, i_tail) && !ipipe->writers)
1792 if (pipe_empty(i_head, i_tail) ||
1813 ibuf = &ipipe->bufs[i_tail & i_mask];
1822 i_tail++;
1823 ipipe->tail = i_tail;
1882 unsigned int i_tail, o_tail; local
1893 i_tail = ipipe->tail;
1913 if (pipe_empty(i_head, i_tail) ||
[all...]

Completed in 101 milliseconds