Home
last modified time | relevance | path

Searched refs:i_tail (Results 1 – 1 of 1) sorted by relevance

/fs/
Dsplice.c1443 unsigned int i_tail, o_tail; in splice_pipe_to_pipe() local
1465 i_tail = ipipe->tail; in splice_pipe_to_pipe()
1483 if (pipe_empty(i_head, i_tail) && !ipipe->writers) in splice_pipe_to_pipe()
1490 if (pipe_empty(i_head, i_tail) || in splice_pipe_to_pipe()
1511 ibuf = &ipipe->bufs[i_tail & i_mask]; in splice_pipe_to_pipe()
1520 i_tail++; in splice_pipe_to_pipe()
1521 ipipe->tail = i_tail; in splice_pipe_to_pipe()
1580 unsigned int i_tail, o_tail; in link_pipe() local
1591 i_tail = ipipe->tail; in link_pipe()
1611 if (pipe_empty(i_head, i_tail) || in link_pipe()
[all …]