Searched refs:i_tail (Results 1 – 1 of 1) sorted by relevance
1679 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local1701 i_tail = ipipe->tail; in splice_pipe_to_pipe()1726 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()1747 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe()1756 i_tail++; in splice_pipe_to_pipe()1757 ipipe->tail = i_tail; in splice_pipe_to_pipe()1816 unsigned int i_tail, o_tail; in link_pipe() local1827 i_tail = ipipe->tail; in link_pipe()1847 if (pipe_empty(i_head, i_tail) || in link_pipe()1851 ibuf = &ipipe->bufs[i_tail & i_mask]; in link_pipe()[all …]