Lines Matching refs:i_tail
1439 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local
1461 i_tail = ipipe->tail; in splice_pipe_to_pipe()
1479 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe()
1486 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1507 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe()
1516 i_tail++; in splice_pipe_to_pipe()
1517 ipipe->tail = i_tail; in splice_pipe_to_pipe()
1576 unsigned int i_tail, o_tail; in link_pipe() local
1587 i_tail = ipipe->tail; in link_pipe()
1607 if (pipe_empty(i_head, i_tail) || in link_pipe()
1611 ibuf = &ipipe->bufs[i_tail & i_mask]; in link_pipe()
1640 i_tail++; in link_pipe()