Searched refs:i_tail (Results 1 – 1 of 1) sorted by relevance
1439 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local1461 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() local1587 i_tail = ipipe->tail; in link_pipe()1607 if (pipe_empty(i_head, i_tail) || in link_pipe()[all …]