Searched refs:i_tail (Results 1 – 1 of 1) sorted by relevance
1721 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local1742 i_tail = ipipe->tail; in splice_pipe_to_pipe()1765 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()1786 ibuf = pipe_buf(ipipe, i_tail); in splice_pipe_to_pipe()1795 i_tail++; in splice_pipe_to_pipe()1796 ipipe->tail = i_tail; in splice_pipe_to_pipe()1855 unsigned int i_tail, o_tail; in link_pipe() local1865 i_tail = ipipe->tail; in link_pipe()1883 if (pipe_empty(i_head, i_tail) || in link_pipe()1887 ibuf = pipe_buf(ipipe, i_tail); in link_pipe()[all …]