Searched refs:i_tail (Results 1 – 1 of 1) sorted by relevance
1727 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local1749 i_tail = ipipe->tail; in splice_pipe_to_pipe()1767 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe()1774 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()1795 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe()1804 i_tail++; in splice_pipe_to_pipe()1805 ipipe->tail = i_tail; in splice_pipe_to_pipe()1864 unsigned int i_tail, o_tail; in link_pipe() local1875 i_tail = ipipe->tail; in link_pipe()1895 if (pipe_empty(i_head, i_tail) || in link_pipe()[all …]